-
Notifications
You must be signed in to change notification settings - Fork 29.3k
Open
Labels
bugIssue was opened via the bug report template.Issue was opened via the bug report template.
Description
Verify canary release
- I verified that the issue exists in Next.js canary release
Provide environment information
Operating System:
Platform: darwin
Arch: arm64
Version: Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:37 PDT 2022; root:xnu-8020.121.3~4/RELEASE_ARM64_T6000
Binaries:
Node: 16.15.0
npm: 8.5.5
Yarn: 1.22.19
pnpm: N/A
Relevant packages:
next: 12.1.7-canary.26
react: 18.1.0
react-dom: 18.1.0
What browser are you using? (if relevant)
Google Chrome Version 102.0.5005.61 (Official Build) (arm64)
How are you deploying your application? (if relevant)
Locally and Vercel
Describe the Bug
Similar to #36830 (fixed by #36828)
trying to store more information in hash, getting "Cancel rendering route" error when pushing updated hash to router:
Expected Behavior
Pages changes without error.
To Reproduce
git clone https://github.com/michalbundyra/hash-cancel-rendering-route
cd hash-cancel-rendering-route
yarn
yarn dev
- Go to http://localhost:3000/
- Click "to world"
- Error pops!
AlexandraKlein, naoto-tanaka-flier, NeurAlch, exogen, thedevsouvik and 6 more
Metadata
Metadata
Assignees
Labels
bugIssue was opened via the bug report template.Issue was opened via the bug report template.