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
So I'm trying to debug my code using console.log(), originally, besides the console log it shows where the log is from (like the file name and line where the console log appears). Then suddenly it stopped showing the file name, instead it just shows "react devtools backend.js:4049", and it's confusing. Thank you.
Here's a sample screenshot:
The text was updated successfully, but these errors were encountered:
So I'm trying to debug my code using
console.log()
, originally, besides the console log it shows where the log is from (like the file name and line where the console log appears). Then suddenly it stopped showing the file name, instead it just shows "react devtools backend.js:4049", and it's confusing. Thank you.Here's a sample screenshot:
The text was updated successfully, but these errors were encountered: