Open nirsky opened 4 years ago
The version of react they depend on was published 2 years ago, long before those methods became deprecated
Seeing a slightly different warning while testing components that import swagger-ui-react
:
componentWillReceiveProps:
Please update the following components: Connect(r), Provider
componentWillUpdate:
Please update the following components: Connect(r)
Any update on this?
Bump
Bump AGAIN
Facing the same issue:
Any solution?
I'm seeing this too. Bump!
Same problem here.
Is the React component still maintained ? No update on this issue since 3 years...
I've counted that the codebase contains:
In order to make the situation better, we have to replace each of this methods either with hooks or other SAFE lifecycle methods.
We can start issuing PRs and eliminate one method at a time. I'll be able to provide PR and merge very quickly if you give me a mention here.
Any first volunteers?
Q&A (please complete the following information)
Usage Example:
Describe the bug you're encountering
Getting the following warnings in the browser console:
Additional context or thoughts
Please update lifecycle methods to use UNSAFE keyword.