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
I use React Stars in my tsx code.
I found this error “Customer/node_modules/react-stars/dist/react-stars.js' implicitly has an 'any' type.”
Could you tell me how to fix it ?
The text was updated successfully, but these errors were encountered:
Usually when someone in the community needs types for an untyped lib, they write types themselves and publish them on definitely typed (the @types/package-name). But in this case @olegberman showed interest in rewriting this lib in typescript, so it's possible we can resolve this issue in the near future.
I use React Stars in my tsx code.
I found this error “Customer/node_modules/react-stars/dist/react-stars.js' implicitly has an 'any' type.”
Could you tell me how to fix it ?
The text was updated successfully, but these errors were encountered: