-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
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
Broken React 17 support in v13.1.0 #2127
Comments
Depends on the goal of the maintainer, I do think it's possible to support both by adding extra complexity on build time. A dirty hack that I did on unrelated project is to read the ReactDOM version on build time, and generate a compat virtual module like this: |
yes this should have been a new major version. Sorry about that, you can lock it to 13.0.0. I don't have time / plans to support both 17 & 18 |
I have same issue in version 16, what version should I use? |
For all stumble over this you can use: "react-styleguidist": "~13.0.0", which is same as: "react-styleguidist": "13.0.*", To keep it the 13.0 version which has React 17 support. |
Current behavior
Broken support React 17 in v13.1.0
To reproduce
VKCOM/VKUI#4225
Expected behavior
The text was updated successfully, but these errors were encountered: