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
Warning: Breadcrumbs: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.
Expected behavior
default JavaScript parameters should be used in favor of React defaultProps
Suggested solution(s)
default JavaScript parameters should be used in favor of React defaultProps
The text was updated successfully, but these errors were encountered:
🐛 Bug report
Current Behavior
There are several functional components inside this repo that make use of
defaultProps
. Ex. https://github.com/Availity/availity-react/blob/master/packages/breadcrumbs/src/Breadcrumbs.js#L54Which causes this warning from React:
Expected behavior
default JavaScript parameters should be used in favor of React
defaultProps
Suggested solution(s)
default JavaScript parameters should be used in favor of React
defaultProps
The text was updated successfully, but these errors were encountered: