shadcn-ui / taxonomy

An open source application built using the new router, server components and everything new in Next.js 13.
https://tx.shadcn.com
MIT License
18.39k stars 2.56k forks source link

Export encountered errors on following paths: /(auth)/login/page: /login #298

Closed abitocodes closed 4 months ago

abitocodes commented 4 months ago

i replaced nextjs version(13-canary) of this code to 14.1.3. and got the error of like title.

anyone know the reason why this error happen?

abitocodes commented 4 months ago

i solved this issue by wrapping all of jsx elements, which got this error, with <Suspense>.