Closed as not planned
Description
Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/tender-sanderson-m5fqfq
To Reproduce
- Run the dev server
- Open the dev page in a new tab
- Check the network tab using browser devtool
- Start typing in the input box
Current vs. Expected behavior
Current: the css file gets reloaded when the search param changes
Expected: this shouldn't happen and will not happen when PPR is off
Verify canary release
- I verified that the issue exists in the latest Next.js canary release
Provide environment information
Operating System:
Platform: linux
Arch: x64
Version: #1 SMP PREEMPT_DYNAMIC Sun Aug 6 20:05:33 UTC 2023
Binaries:
Node: 20.9.0
npm: 9.8.1
Yarn: 1.22.19
pnpm: 8.10.2
Relevant Packages:
next: 14.0.5-canary.7
eslint-config-next: 14.0.3
react: 18.2.0
react-dom: 18.2.0
typescript: 5.3.2
Next.js Config:
output: N/A
Which area(s) are affected? (Select all that apply)
App Router
Additional context
I use next-usequerystate
merely to reproduce this issue easily. This issue still happens even without the lib.