verekia / js-stack-from-scratch

🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.
MIT License
20.05k stars 1.99k forks source link

replaces SheetsRegistryProvider with JssProvider #239

Open matthewepler opened 7 years ago

matthewepler commented 7 years ago

In the latest version of react-jss (2017-06-28) that yarn installs, there are breaking changes:

- Removed `createInjectSheet`. Use JssProvider to pass a `jss` instead instead.
- Renamed `SheetsRegistryProvider` to `JssProvider`

See changelog.md inside node_modules. It doesn't show up in the github repo README for some reason.

Let me know if you want me to submit PR for the JS-Stack-Boilerplate repo. Thanks for all the hard work on this. Learned a lot!