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
When I try to use your lib in my React app a have some warnings in console:
"Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead."
When I try to use your lib in my React app a have some warnings in console:
"Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead."
I find solution here, you can use it: https://stackoverflow.com/questions/47774695/react-functional-component-default-props-vs-default-parameters
Please, fix it, because without solution I cannot use Lib for long-term projects
The text was updated successfully, but these errors were encountered: