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
fix(web): wrap pathname-aware AppChrome in Suspense for cacheComponents
The dynamic /chats/[chatId] route failed to prerender ("uncached data
accessed outside <Suspense>") because AppChrome read usePathname() at the
top level. Move the pathname-dependent frame into a Suspense-wrapped
WorkspaceChrome so the dynamic read sits inside a boundary. Production
build now emits the workspace routes as Partial Prerender (13/13).
0 commit comments