react-ua icon indicating copy to clipboard operation
react-ua copied to clipboard

Could not find a declaration file for module 'react-ua'

Open nkrot opened this issue 1 year ago • 0 comments

Hi.

I have tried using react-ua and get this error

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

nkrot avatar Mar 06 '23 14:03 nkrot