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
We have customPropTypes for our shorthands and it works fine 😄 But, their represent in typings is not obvious.
My suggestion is to add new types for customPropTypes and update existing typings:
typeShorthandCollection=Array<ShorthandItem>;// for customPropTypes.collectionShorthandtypeShorthandContent=React.ReactNode;// for customPropTypes.contentShorthandtypeShorthandItem=any;// for customPropTypes.itemShorthand
We have
customPropTypes
for our shorthands and it works fine 😄 But, their represent in typings is not obvious.My suggestion is to add new types for
customPropTypes
and update existing typings:@levithomason any feedback?
The text was updated successfully, but these errors were encountered: