Y
Hacker News
new
|
ask
|
show
|
jobs
by
PudgePacket
3360 days ago
Why do React and other js libraries emit warnings as console.error when browsers support console.warn?
1 comments
tlrobinson
3360 days ago
console.warn in most (all?) browsers' dev tools didn't/doesn't provide the full stack trace.
I think that changed recently in Chrome, at least.
link
I think that changed recently in Chrome, at least.