You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @Nishchit14, thanks for reporting! Clearly this is related to Next.js and RSC.
Someone mentioned this in the past, but the most hassle-free workaround I can think of by now is exporting the Root and the rest separately by means of destructuring:
I have some common dialogs which are accessible from anywhere from the app. Thus I need to place them at root
layout.tsx
. But It is giving this error.layout.tsx
The text was updated successfully, but these errors were encountered: