Receiving this error in Vercel after adding the Plasmic installation:
Type error: Cannot find module '@plasmicapp/loader-nextjs' or its corresponding type declarations.
Receiving this error in Vercel after adding the Plasmic installation:
Type error: Cannot find module '@plasmicapp/loader-nextjs' or its corresponding type declarations.
Hmm do you see this locally as well?
Is it possible this is missing from your package Json and needs to be installed?
Have you installed the @plasmicapp/loader-nextjs
package via npm install
?