You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did not change my package.json nor my next.config but I now get react_devtools_backend.js:4049 in my console on Chrome instead of the file and line of my console.log(). It works fine on Firefox though.
as far as I'm aware this is unrelated to next but actually a change in the react devtools which now monkey patch the console: facebook/react#22257 (comment)
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
vercel
locked as resolved and limited conversation to collaborators
Jan 27, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of Next.js are you using?
11.0.0
What version of Node.js are you using?
v12.22.1
What browser are you using?
Chrome 93.0.4577.63 (Build officiel) (arm64)
What operating system are you using?
macOS M1
How are you deploying your application?
dev mod
Describe the Bug
I did not change my package.json nor my next.config but I now get react_devtools_backend.js:4049 in my console on Chrome instead of the file and line of my
console.log()
. It works fine on Firefox though.Related post on stackoverflow https://stackoverflow.com/questions/69083933/nextjs-source-maps-stopped-working-on-chrome-92
Expected Behavior
It should, like in firefox, show the line and the name of the file of the
console.log()
To Reproduce
I don't really know. Probably start a new project with the same version and log then try to inspect it using Chrome
Chrome version: 93.0.4577.63 (Build officiel) (arm64)
The text was updated successfully, but these errors were encountered: