-
Notifications
You must be signed in to change notification settings - Fork 97
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
[Bug] React 17 support #121
Comments
It seems to be updated in the package.json but not published. Is there any way to get published? |
Please publish a patch release! I am current required to install deps with |
Hi I was wondering if this version had been released already - I can see the code in your main branch but it doesn't look like a new version has been published yet. This would unblock part of the storybook 6.1 react 17 support for npm 7, so was hoping we'd see a new version soon, I can see @bcomnes merged the change... hello again from reach/router#452 ! I was wondering who manages the releases? |
This is also causing projects with |
🚢 🙏 |
@ndelangen am i right that this is blocked by reach/router#452? If not is there anything the community could do to get this released? |
@silltho I invited you to the github org, if you could help out getting this repo is a better shape, that'd be amazing. If you'd like to also publish new version no npm, let's have a quick chat via the storybook discord: |
@ndelangen I reached out on discord to help out. @Hypnosphi is already a contributor and has been helpful to get a bunch of the other packages over the line. Perhaps consider giving him publishing permissions. I'm also willing to help with that if nobody else is. |
Ok, I have contribution access and will get a new release out to fix this. |
Hi, is anything preventing a release of 5.1.1? Currently working around this bug with |
@thomasboyt you can use a |
Ok react-inspector 5.1.1 supports react 17. Sorry for the wait. It looks like reach router is the last thing holding off react 17 support: |
Hi! Can we please have React 17 support so I don't get this peer dependency warning upon npm install in my React 17 projects. Thanks!
npm WARN react-inspector@5.1.0 requires a peer of react@^16.8.4 but none is installed. You must install peer dependencies yourself.
The text was updated successfully, but these errors were encountered: