Hi,
As I started writing UXP Photoshop plugins I noticed how hard is to get some styling with the CSS (for example the grid is somehow not supported because I get a blank page when I try to use it).
For example the following code produces an empty page:
<div style={{ display: "grid" }}>
<sp-heading>Hello World!</sp-heading>
</div>
Also, as I have knowledge of how to use React I wonder if I can use the Adobe React Spectrum library for the UXP Photoshop plugins? I mean on this library React Spectrum
I already wrote almost all my plugins using that library and I think that it is also not supported in the UXP.