next.js icon indicating copy to clipboard operation
next.js copied to clipboard

[appDir] layout did not change when using route-group with --turbo

Open promer94 opened this issue 1 year ago • 0 comments

Verify canary release

  • [X] I verified that the issue exists in the latest Next.js canary release

Provide environment information

Operating System:
  Platform: darwin
  Arch: arm64
  Version: Darwin Kernel Version 22.1.0: Sun Oct  9 20:15:09 PDT 2022; root:xnu-8792.41.9~2/RELEASE_ARM64_T6000
Binaries:
  Node: 16.17.0
  npm: 8.15.0
  Yarn: 1.23.0-20220130.1630
  pnpm: 7.14.0
Relevant packages:
  next: 13.0.0
  eslint-config-next: 13.0.0
  react: 18.2.0
  react-dom: 18.2.0

What browser are you using? (if relevant)

No response

How are you deploying your application? (if relevant)

No response

Describe the Bug

https://user-images.githubusercontent.com/15878786/197860125-33697742-1289-46ed-96c5-3e3ca502d401.mov

Expected Behavior

Layout should change after navigating to the new page.

Link to reproduction

https://github.com/vercel/next.js/tree/canary/examples/with-turbopack

To Reproduce

pnpx create-next-app --example with-turbopack
pnpm dev

promer94 avatar Oct 25 '22 19:10 promer94