Skip to content
New issue

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

SSR mismatch errors #797

Open
lukekarrys opened this issue Oct 23, 2023 · 1 comment
Open

SSR mismatch errors #797

lukekarrys opened this issue Oct 23, 2023 · 1 comment

Comments

@lukekarrys
Copy link
Contributor

lukekarrys commented Oct 23, 2023

The <NavList> components have a SSR rendering mismatch error. These errors are suppressed in production but visible if running the site with npm run develop:ssr.

This might be an issue with the current version of react and @primer/react.

Image

@lukekarrys lukekarrys changed the title SSR render mismatch errors SSR mismatch errors Oct 24, 2023
@lukekarrys
Copy link
Contributor Author

This is due to a Gatsby bug: gatsbyjs/gatsby#36956. This is only an error in dev_sat mode and not in production according to the issue.

@lukekarrys lukekarrys added content Issues or PRs related to the content of the docs bug upstream and removed content Issues or PRs related to the content of the docs labels Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
@lukekarrys and others