Closed fibo closed 1 year ago
Removed "use client" from trunx package.
"use client"
It looks like a webpack bug, since Next.js version 13.3, apparently "use client" is transpiled in a way that there cannot be more than one. See error here https://github.com/fibo/trunx/issues/36#issuecomment-1498194834
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Removed
"use client"
from trunx package.It looks like a webpack bug, since Next.js version 13.3, apparently
"use client"
is transpiled in a way that there cannot be more than one. See error here https://github.com/fibo/trunx/issues/36#issuecomment-1498194834