React Js — Why is console.log() showing react_devtools_backend.js:4049 instead of the file and line number — Solved

Why does Chrome console only showreact_devtools_backend.js:4049?

--

I was able to fix it in my console by adding the file to my Framework Ignore List in Chrome.

Steps:

Console -> Gear icon (top right) -> Settings -> Framework Ignone List.

Add react_devtools_backend.js to the list and the console.log should start…

--

--