Skip to content

Commit

Permalink
[styles] Document the right react-jss version for legacy style modules (
Browse files Browse the repository at this point in the history
#14237)

A heads up to users who are using incompatible react-jss versions, potentially resulting in errors such as:
Prop `className` did not match.
  • Loading branch information
oliviertassinari committed Jan 18, 2019
1 parent c04aa0e commit 9d8cca8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/pages/guides/server-rendering/server-rendering.md
Expand Up @@ -274,3 +274,4 @@ To check version numbers, run `npm list @material-ui/core` in the environment wh
```

- You need to make sure that the server and the client share the same `process.env.NODE_ENV` value.
- The react-jss dependency version should match the ^8.0.0 semantic versioning.

0 comments on commit 9d8cca8

Please sign in to comment.