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
The rule is enforcing prop-types for all used props in your component (for documentation and debugging purpose), if you do not use the children props you will not get any warning.
You can still use the ignore option if you really do not want to set it for children.
Isn't `children' a sort of ever-present property? Why warning then?
The text was updated successfully, but these errors were encountered: