We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Next.js for SSR causes the Grid component with responsive styles to not update accordingly after initial paint.
Grid
Anything that is resolving on / depending on layout responsiveness needs to update after mount from SSR.
The text was updated successfully, but these errors were encountered:
Some notes on this:
facebook/react#23381 (comment)
Maybe going with something like fresnel would be good, since they seem to be actively working on this issue: artsy/fresnel#260
Sorry, something went wrong.
Obsolete in beta.1
No branches or pull requests
Using Next.js for SSR causes the
Grid
component with responsive styles to not update accordingly after initial paint.Anything that is resolving on / depending on layout responsiveness needs to update after mount from SSR.
The text was updated successfully, but these errors were encountered: