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
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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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