#Turbopack giving weird error

6 messages · Page 1 of 1 (latest)

lethal raven
#

Hey guys, yarn dev --turbo is giving this strange error: ```ts
lint TP1004 fs.stat(???0, (...) => ???2) is very dynamic

Any idea what it is?
severe axle
lethal raven
#
  Error during SSR Rendering
  Error: You are trying to create a styled element with an undefined component.
  You may have forgotten to import it.
    at createStyled (/.next/server/app/chunks/ssr/node_modules_299bb9.js:206782:19)
``` if that helps?
severe axle
#

Have you tried without turbopack? Do you get the same error?

lethal raven
#

i'm converting a non-appDir app to an appDir one

#

good idea, one sec