Server generated css class name is different from the one generated on the client #265
Comments
|
I had the same issue. What fixed it for me was making sure the |
|
did you fix this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to get Css Modules working in React SSR.
This is my webpack config
And my babelrc file
I have made the local ident name same in both cases but still the name on the client is different than on the server for the element.
generated on server styles.css
And on on the client is
Home__Container___2eVzQWhat is causing this Name mismatch in styles ?
The text was updated successfully, but these errors were encountered: