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
According to facebook/react#16210defaultProps on functional components are deprecated and will be removed in a feature version of React. defaultProps should instead replaced with default values on arguments.
Quick example:
Functional component with defaultProps should go from this:
According to facebook/react#16210
defaultProps
on functional components are deprecated and will be removed in a feature version of React.defaultProps
should instead replaced with default values on arguments.Quick example:
Functional component with defaultProps should go from this:
to this:
The text was updated successfully, but these errors were encountered: