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 react/forbid-prod-types lint rule forbids using arrays & objects (this is also the default), but no mention of it is in the README as to which policy it is breaking (granted, I assume it is because you should be explicit about what the array or object contains, using arrayOf and shape respectively).
The text was updated successfully, but these errors were encountered:
The react/forbid-prod-types lint rule forbids using arrays & objects (this is also the default), but no mention of it is in the README as to which policy it is breaking (granted, I assume it is because you should be explicit about what the array or object contains, using
arrayOf
andshape
respectively).The text was updated successfully, but these errors were encountered: