Closed MikeDabrowski closed 7 years ago
It should have been updated to get rid of the warning since the latest release v0.0.3. If you are present the warning against that version, please let me know. Thanks!
Yes, I updated to the newest 0.0.3 but still have this problem. I made custom adjustments to your code, but that were mostly css-related changes.
There should be a line designated along with the warning on the console. Did it specify where it complains exactly?
Yeah, it shows this which is not particularly helpful, unless you can tell me how to run react so it would show precise location in your code, not this from bundle ( I don't recognize it to be your code )
I combed through my project and removed all remains of previous version - warnings still persist. But I created blank project and no warnings there. So I believe it is my fault then.
Edit: I looked through your dependencies and
"react-addons-css-transition-group": "^15.3.1",
"react-addons-transition-group": "^15.3.1",
Both are marked as deprecated and will no longer work with React 16+. Simple substitution with react-transition-group produces many errors.
In general tracing the call stack to find out where errors/warnings are resulted from is helpful. Here is one of resources on how to trace it.
Regarding to the dependencies to deprecated xxx-transition-group
, it should be improved indeed. Let's trace it in a newly created issue #5 and leave this current one to PropTypes
and React.createClass
.
Currently, using this module produces following warnings.
Although they're just a warnings, it might be good to update this project to meet new rules.