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
Hello,
I am trying to implement your component, but receiving Proptype error as follows
index.js:1 Warning: Failed prop type: t: prop type fontStyle is invalid; it must be a function, usually from the prop-types package, but received number.
Failed prop type: t: prop type fontWeight is invalid; it must be a function, usually from the prop-types package, but received number.
I am not passing any fontStyle or fontWeight props. I google it around but could not find a suitable answer.
Any help would be appreciated.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to implement your component, but receiving Proptype error as follows
index.js:1 Warning: Failed prop type: t: prop type
fontStyle
is invalid; it must be a function, usually from theprop-types
package, but receivednumber
.Failed prop type: t: prop type
fontWeight
is invalid; it must be a function, usually from theprop-types
package, but receivednumber
.I am not passing any fontStyle or fontWeight props. I google it around but could not find a suitable answer.
Any help would be appreciated.
Thanks in advance
The text was updated successfully, but these errors were encountered: