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
Describe the bug
I'm building my project but I encounter this problem:
node_modules/design-react-kit/dist/types/Accordion/AccordionBody.d.ts:2:33 - error TS7016: Could not find a declaration file for module 'react-transition-group/Transition'. '/var/www/html/node_modules/react-transition-group/cjs/Transition.js' implicitly has an 'any' type.
2 import { TransitionProps } from 'react-transition-group/Transition';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Found 1 error in node_modules/design-react-kit/dist/types/Accordion/AccordionBody.d.ts:2
To Reproduce
Steps to reproduce the behavior:
npm run build
Solution
The problem is solved by installing in my project @types/react-transition-group
Other Required Information (please complete the following information):
OS: ubuntu 22.04
Browser [e.g. chrome, safari]
Version 5.0.0-8
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm building my project but I encounter this problem:
To Reproduce
Steps to reproduce the behavior:
npm run build
Solution
The problem is solved by installing in my project
@types/react-transition-group
Other Required Information (please complete the following information):
The text was updated successfully, but these errors were encountered: