What are you trying to do? (please be as specific as possible and include relevant screenshots, code snippets)
Hi! Thanks for the great product!
I wanted to deploy my Plasmic React app that uses the Loader approach to Vercel.
The build failed on linter step with an error:
Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
I think I should be able to turn off that specific check but wanted to share the issue here.
I later tried building the generated project in Github Codespaces, got the same issue:
@Gaket âžś /workspaces/teamfit-app (main) $ npm run build
Debugger attached.tmp-cpa@0.1.0 build
next buildDebugger attached.
▲ Next.js 14.2.13Linting and checking validity of types …Debugger attached.
Debugger attached.
Linting and checking validity of types …Waiting for the debugger to disconnect…Failed to compile.
./pages/[[…catchall]].tsx
16:31 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-anyinfo - Need to disable some ESLint rules? Learn more here: Configuring: ESLint | Next.js
Linting and checking validity of types .Waiting for the debugger to disconnect…
What are the reproduction steps?
Set up new App project based on Applicant Tracker template, push to Github, run npm build
Relevant links:
- My project: Plasmic