generated from chiffre-io/template-library
-
-
Notifications
You must be signed in to change notification settings - Fork 246
Closed
Labels
bugSomething isn't workingSomething isn't workingnext.jsIssue is related to Next.js internals rather than this libraryIssue is related to Next.js internals rather than this library
Description
Reproduction code: https://github.com/Arctomachine/usequerystate-bug
Only works in production (start) mode, not in dev
- pnpm install
- pnpm run build
- pnpm run start
- Got to index page /
- Click checkbox - page should flicker and reset to default value
- Click it again - should work as expected
- Move cursor over any link in grid - it should reset again
To "fix" it go to ./app/Wrapper.tsx, at line 33 change prefetch={true} to prefetch={false}
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingnext.jsIssue is related to Next.js internals rather than this libraryIssue is related to Next.js internals rather than this library