We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stack trace:
- react.development.js:1533 [my-code/[isomorphic-style-loader]/[react]/cjs/react.development.js:1533:26 - react.development.js:1536 resolveDispatcher [my-code/[isomorphic-style-loader]/[react]/cjs/react.development.js:1536:5 - react.development.js:1541 Object.useContext [my-code/[isomorphic-style-loader]/[react]/cjs/react.development.js:1541:20 - useStyles.js:21 useStyles [my-code/[isomorphic-style-loader]/src/useStyles.js:21:25****
I suspect this line
isomorphic-style-loader/src/useStyles.js
Line 29 in a990d94
The text was updated successfully, but these errors were encountered:
duplicated with #155
Sorry, something went wrong.
unfortunately, this package looks like abandoned :( I used this to be sure that everything uses this version react in package.json:
"resolutions": { "react": "17.0.1", "react-dom": "17.0.1" },
No branches or pull requests
Stack trace:
I suspect this line
isomorphic-style-loader/src/useStyles.js
Line 29 in a990d94
is breaking the rule of hooks because it is running an effect conditionally
The text was updated successfully, but these errors were encountered: