You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
rahulrsingh09
changed the title
The Server generated css name is different from the one generated on the client
Server generated css class name is different from the one generated on the client
Jul 15, 2019
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___2eVzQ
What is causing this Name mismatch in styles ?
The text was updated successfully, but these errors were encountered: