-
Notifications
You must be signed in to change notification settings - Fork 466
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I'm curious about this behavior I'm seeing. When using this template, I create an about page /about/page.tsx that only has:
export default function About() { return <div>About</div> }
While building it marks this page as SSR. If I remove the nextauth stuff and remove the nav bar from the top level layout:
<Suspense fallback="..."> {/* @ts-expect-error Server Component */} <Nav/> </Suspense>
then it will mark the page as static. Shouldn't the child page be static since this element in the top layout is wrapped in Suspense? I don't understand the behavior.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working