next.js/test/e2e/app-dir/cache-components/app/cases/parallel/task/page.tsx
page.tsx11 lines219 B
import { getSentinelValue } from '../../../getSentinelValue'

export default async function Page() {
  return (
    <>
      <p>static children</p>
      <div id="page-children">{getSentinelValue()}</div>
    </>
  )
}
Quest for Codev2.0.0
/
SIGN IN