Replies: 2 comments
-
did you got the solution , I'm having the same issue . |
Beta Was this translation helpful? Give feedback.
0 replies
-
did you got the solution , I'm having the same issue . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I've installed the "react-day-picker": "^9.4.0" in our React App, and typescript gives me an error warning in the node_modules/react-day-picker/tsconfig.json:
Cannot find type definition file for '@testing-library/jest-dom'. The file is in the program because: Entry point of type library '@testing-library/jest-dom' specified in compilerOptionsts Cannot find type definition file for '@types/jest'. The file is in the program because: Entry point of type library '@types/jest' specified in compilerOptionsts Cannot find type definition file for 'jest'. The file is in the program because: Entry point of type library 'jest' specified in compilerOptionsts
Do I have to install these packages to be able to use react-day-picker?
Beta Was this translation helpful? Give feedback.
All reactions