reproduction-bug-weird-layout
layout is rendered at
94
/a page rendered at
95
<Link />
router.push()
router.back()
await sleep()
router.push(href)
await noopAction()
router.push(href)
await noopAction()
await sleep()
router.push(href)
await redirectInAction()
Layout persists across routes and maintains state. However, in
the above red colored situations
, Layout cannot be persisted across routes and doesn't maintain state.