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
Error code as generated by vs code:
"
Could not find a declaration file for module 'react-dayjs'. 'C:/Users/User/{project}/node_modules/react-dayjs/dist/index.js' implicitly has an 'any' type.
Try npm i --save-dev @types/react-dayjs if it exists or add a new declaration (.d.ts) file containing declare module 'react-dayjs';
"
The text was updated successfully, but these errors were encountered:
Error code as generated by vs code:
"
Could not find a declaration file for module 'react-dayjs'. 'C:/Users/User/{project}/node_modules/react-dayjs/dist/index.js' implicitly has an 'any' type.
Try
npm i --save-dev @types/react-dayjs
if it exists or add a new declaration (.d.ts) file containingdeclare module 'react-dayjs';
"
The text was updated successfully, but these errors were encountered: