Hi. I am trying to import the transition module on a TypeScript project and got the following error on the import statement line:
Could not find a declaration file for module 'react-element-popper/animations/transition'. '/node_modules/react-element-popper/animations/transition.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/react-element-popper` if it exists or add a new declaration (.d.ts) file containing `declare module 'react-element-popper/animations/transition';`ts(7016)
I tried to declare the module but it doesn't work.
I'll appreciate it if you guide me to fix this issue. Thanks.
Hi. I am trying to import the transition module on a TypeScript project and got the following error on the import statement line:
I tried to declare the module but it doesn't work. I'll appreciate it if you guide me to fix this issue. Thanks.