Open davidfq opened 7 years ago
@davidfq I got the same issue, I put in a pull request if you would like to review it and thumbs up it: https://github.com/verekia/js-stack-from-scratch/pull/245
I got the same issue with react-jss@7.2.0, and I changed
At the end of chapter 08, I've got some errors just after
src/server/render-app.jsx
edit:It seems that
<SheetsRegistryProvider>
is not available in react-jss v7.1.0. I've just changed it to<JssProvider>
and everything worked.