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
I got this error when using styled component and the css styles of the navbar has been broken:
next-dev.js?3515:32 Warning: Prop className did not match. Server: "MuiTypography-root MuiTypography-body1 makeStyles-brand-98 css-ahj2mt-MuiTypography-root" Client: "MuiTypography-root MuiTypography-body1 makeStyles-brand-2 css-ahj2mt-MuiTypography-root"
className
The text was updated successfully, but these errors were encountered:
I got this error when using styled component and the css styles of the navbar has been broken: next-dev.js?3515:32 Warning: Prop className did not match. Server: "MuiTypography-root MuiTypography-body1 makeStyles-brand-98 css-ahj2mt-MuiTypography-root" Client: "MuiTypography-root MuiTypography-body1 makeStyles-brand-2 css-ahj2mt-MuiTypography-root"
I got a similar error too. I guess it has to do with the up-to-dateness of the _document page. were you able to solve the problem?
Sorry, something went wrong.
No branches or pull requests
I got this error when using styled component and the css styles of the navbar has been broken:
next-dev.js?3515:32 Warning: Prop
className
did not match. Server: "MuiTypography-root MuiTypography-body1 makeStyles-brand-98 css-ahj2mt-MuiTypography-root" Client: "MuiTypography-root MuiTypography-body1 makeStyles-brand-2 css-ahj2mt-MuiTypography-root"The text was updated successfully, but these errors were encountered: