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
className
When configuring react-flexbox-grid along with sass inside Next.js. Facing this challenge.
The project created using latest: create-next-app and I do not have any custom changes in .babelrc
create-next-app
.babelrc
Error
index.js:2178 Warning: Prop className did not match. Server: "col-xs-12 col-md-4 col-lg-2" Client: "col-xs-12__flexboxgrid2__AdoKE col-md-4__flexboxgrid2__3pbbS col-lg-2__flexboxgrid2__1x6vt"
Sass Configuration Looks like this:
const sassConfig = { cssModules: true, cssLoaderOptions: { importLoaders: 1, localIdentName: '[local]__[name]__[hash:base64:5]' } };
Some more:
module.exports = withPlugins( [[withSass, sassConfig], [withCss], [optimizedImages, optimizedImagesConfig]], nextConfiguration );
Tried including and excluding flexboxgrid inside sass configuration above, but still no luck. Any help would be much appreciated
flexboxgrid
Stackoverflow: https://stackoverflow.com/questions/53905586/react-flexbox-grid-prop-classname-did-not-match-between-client-and-server
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When configuring react-flexbox-grid along with sass inside Next.js.
Facing this challenge.
The project created using latest:
create-next-app
and I do not have any custom changes in.babelrc
Error
Sass Configuration Looks like this:
Some more:
Tried including and excluding
flexboxgrid
inside sass configuration above, but still no luck. Any help would be much appreciatedStackoverflow: https://stackoverflow.com/questions/53905586/react-flexbox-grid-prop-classname-did-not-match-between-client-and-server
The text was updated successfully, but these errors were encountered: