You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similarly to #45 , we are using SSR where react's root element is automatically generated for us. However, this messes with our styling. To solve this we would like to add styling attributes (or, probably better still, classNames) to react's root element. I could not find a way to do this, however.
Similarly to #45 , we are using SSR where react's root element is automatically generated for us. However, this messes with our styling. To solve this we would like to add styling attributes (or, probably better still, classNames) to react's root element. I could not find a way to do this, however.
Extract from
ReactComponent.cs#RenderHtml:90
:Instead, I would expect something like (very crude)
Example
What we would like to do
What actually happens
Proposed workaround
Rendering everything inside the root element is unfortunately not an option at this time.
The text was updated successfully, but these errors were encountered: