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 the docs, shouldForwardProp takes an optional second parameter that is the default validator function. However, according to the implementation, the second argument is the component or element itself.
I'm happy to submit a PR to fix this, but I wanted to verify that there isn't some kind of rationale behind the current deviation first.
The text was updated successfully, but these errors were encountered:
According to the docs,
shouldForwardProp
takes an optional second parameter that is the default validator function. However, according to the implementation, the second argument is the component or element itself.I'm happy to submit a PR to fix this, but I wanted to verify that there isn't some kind of rationale behind the current deviation first.
The text was updated successfully, but these errors were encountered: