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
The issue I found in the style of the grid container is somehow missing in the 2nd case, and hydration will not add the style back. The only way for it to be correctly rendered is to reload the page.
Workaround
Hard coding the styles in the style prop
The text was updated successfully, but these errors were encountered:
Note this only happens if the grid container contains multiple grid items of different sizes.
i.e. The plugin correctly SSR this:
But not this
The issue I found in the style of the grid container is somehow missing in the 2nd case, and hydration will not add the style back. The only way for it to be correctly rendered is to reload the page.
Workaround
Hard coding the styles in the
style
propThe text was updated successfully, but these errors were encountered: