-
Notifications
You must be signed in to change notification settings - Fork 836
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
Migrate away from componentWillReceiveProps #1084
Labels
Comments
Hey that sounds like great work to be doing! I would love to see a PR to that effect |
+1 |
1 similar comment
+1 |
Please fix this or the Project will soon stop working :)
|
Is there any update on this? |
Just close this library if you guys are not going to maintain it well |
The project exists 8 years, the issue exists 5+ years, is something happening here? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi. 👋
By running in react
strict-mode
, I noticed that thatreact-vis
relies on the now deprecatedcomponentWillReciveProps
.With a quick search in the repo I found the following usages (examples are omitted):
ArcSeries
ThreeMap
makeFlexible
XyPlot
These should be easily resolvable by moving to either
getDerivedStateFromProps
orcomponentDidUpdate
or memoization as detailed here and here.Are there any plans for doing or concerns about doing these changes?
If these changes makes sense for the project, I could make a PR for them 👍
The text was updated successfully, but these errors were encountered: