You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When upgrading to React 18, 2 warnings in the console seem to be caused by this package while using Strict mode. From personal usage, the warnings that I see are:
"Warning: Using UNSAFE_componentWillMount in strict mode is not recommended and may indicate bugs in your code."
"Warning: Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code."
No errors/warnings showing up in the console when on React version 18+.
Screenshots
Environment (please complete the following information):
Browser: Firefox & Chrome
OS: Windows
Additional context
The origin of this warning message was difficult to diagnose since the warning doesn't mention what exact component the warning is coming from (as you can see from the screenshot). After scouring google search and checking all dependencies, I think I found a relevant issue in this package that might be directly related.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions.
Describe the bug
When upgrading to React 18, 2 warnings in the console seem to be caused by this package while using Strict mode. From personal usage, the warnings that I see are:
To Reproduce
Expected behavior
Screenshots
Environment (please complete the following information):
Additional context
UNSAFE_ ..
methods in the project, probably not just from this issue.The text was updated successfully, but these errors were encountered: