Closed abitocodes closed 6 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?
i solved this issue by wrapping all of jsx elements, which got this error, with <Suspense>.
<Suspense>
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?