-
Notifications
You must be signed in to change notification settings - Fork 309
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
This library is not supporting with React 16+ version #254
Comments
Hi Team, Are there any plan to provide support for react versions > 16? |
This repo has been unmaintained since 2020, so I would guess no. Maybe someone can fork it and take over as the official repo? |
Make sense |
seems like this is no longer maintained any libray out there you can suggest? |
Any replacement, please? Need it to work with React 16+ |
Have you tried building it yourself ? With putting the lines below in package.json of the library. I am using it like this.
|
@mesutissimo doesn't it still restrict it to React 16? |
@wimpog That is my package.json for the local react-flow-chart library
This makes the unsupported libraries within this library to use v16 and overall you can use it in your v18 project. For more detail https://nodejs.org/en/blog/npm/peer-dependencies can help to explain better than me. |
Of course at last, the library is not supporting but it is a workaround obviously |
Thanks, @mesutissimo. Will take a look. |
Hi Team,
I am not able to install this library when my react version 16+.
The text was updated successfully, but these errors were encountered: