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
Updated Windmill to the lastest version (with Typescript)
What happened:
I'm deploying my NextJS project on Vercel and I'm receiving an error on build that says Type error: Cannot find name 'Mode'. Seems that the index.d.ts from types folder is not loading on my project or something like that, (sorry if I'm wrong, I started to use Typescript not a long time ago). My Visual Studio Code shows the following message on @windmill/react-ui import:
Could not find a declaration file for module '@windmill/react-ui'. 'c:/Users/toeof/Documents/React Projects/repair-service/frontend-next/node_modules/@windmill/react-ui/dist/index.js' implicitly has an 'any' type.
Try npm install @types/windmill__react-ui if it exists or add a new declaration (.d.ts) file containing declare module '@windmill/react-ui';
Error on Vercel:
The text was updated successfully, but these errors were encountered:
windmill-react-ui
version: 0.4.1What you did:
Updated Windmill to the lastest version (with Typescript)
What happened:
I'm deploying my NextJS project on Vercel and I'm receiving an error on build that says Type error: Cannot find name 'Mode'. Seems that the index.d.ts from types folder is not loading on my project or something like that, (sorry if I'm wrong, I started to use Typescript not a long time ago). My Visual Studio Code shows the following message on @windmill/react-ui import:
Error on Vercel:
The text was updated successfully, but these errors were encountered: