I have a wasp project with shadcn
I get the following error when importing a shadcn block into my mainpage.
next_image.js?v=f050d64e:2277 Uncaught ReferenceError: process is not defined
at ../../../node_modules/next/dist/client/image-component.js (next_image.js?v=f050d64e:2277:21)
at require (chunk-G3PMV62Z.js?v=f050d64e:8:50)
at ../../../node_modules/next/dist/shared/lib/image-external.js (next_image.js?v=f050d64e:2569:27)
at require (chunk-G3PMV62Z.js?v=f050d64e:8:50)
at ../../../node_modules/next/image.js (next_image.js?v=f050d64e:2593:22)
at __require (chunk-G3PMV62Z.js?v=f050d64e:8:50)
at next_image.js?v=f050d64e:2596:16
next_image.js?v=f050d64e:2277 Uncaught ReferenceError: process is not defined
at ../../../node_modules/next/dist/client/image-component.js (next_image.js?v=f050d64e:2277:21)
at require (chunk-G3PMV62Z.js?v=f050d64e:8:50)
at ../../../node_modules/next/dist/shared/lib/image-external.js (next_image.js?v=f050d64e:2569:27)
at require (chunk-G3PMV62Z.js?v=f050d64e:8:50)
at ../../../node_modules/next/image.js (next_image.js?v=f050d64e:2593:22)
at __require (chunk-G3PMV62Z.js?v=f050d64e:8:50)
at next_image.js?v=f050d64e:2596:16