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
Could not find a declaration file for module 'react-ua'. '/path/to/node_modules/react-ua/dist/react-ua.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/react-ua` if it exists or add a new declaration (.d.ts) file containing `declare module 'react-ua';`ts(7016)
running npm i --save-dev @types/react-ua did not help.
Any way of get the library working?
My environment:
"react": "^18.2.0",
"react-ua": "^4.0.0",
Thanks for advice or a fix
The text was updated successfully, but these errors were encountered:
Hi.
I have tried using
react-ua
and get this errorrunning
npm i --save-dev @types/react-ua
did not help.Any way of get the library working?
My environment:
Thanks for advice or a fix
The text was updated successfully, but these errors were encountered: