I have a Nuxt 3 app that runs okay in dev mode but when I build it and use npx serve to take a look, I get a blank screen with this error in the console:
Uncaught TypeError: isFunction is not a function at defineComponent (runtime-core.esm-bundler.js:1478:10) at server-placeholder.js:2:16
Uncaught TypeError: isFunction is not a function at defineComponent (runtime-core.esm-bundler.js:1478:10) at server-placeholder.js:2:16
I don't know if there is a way to debug this thoroughly so I can understand what component is triggering this behavior, does anyone know?