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}