Replies: 1 comment
-
It works fine in the Next.js docs, doesn't it? Could you try there? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I was on Next 15.3.3 and ctrl+shift+f search in Chrome Dev Tools worked fine. I.e it found all typescript search strings.
I upgraded from to 15.4.7 and even tried 15.5.3.
Now ctrl+shift+f search in Chrome Dev Tools just hangs. I can see the sources under sources and the app works fine. I can browse to the right file an ctrl+f there. But ctrl+shift+f (which I find very useful) simply stopped working after Next 15.3.3
Anyone else having this problem? Not sure which details of my project is relevant but it's a pnpm built typescript react app with several modules.
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions