We’d like to pass CSS properties defined in Plasmic Studio to a registered Code Component.
We’re passing className, however, it doesn’t appear that the nested children are inheriting the className.
I’ve attached a gif, where you can see that the vertical box is nested in the registered code component’s slot, it’s not accepting the size properties. When I change the context, it works well.
Hmm it looks like antd’s Upload component is has a span wrapper, which is receiving the css class name; you may have to fix this by doing something like…