question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

You introduced a console.log

See original GitHub issue

Expected Behavior

no console.log output

Current Behavior

logs stuff into the console

screenshot 2018-11-12 at 15 29 57

Steps to Reproduce (for bugs)

I upgraded from 2.0.0-beta-36 to 2.0.0-beta-38 - now there is console logs.

Your Environment

While I couldn’t find any console log on the github code, there is one in the compiled code on npm - which is very weird assuming you publish what you commit.

screenshot 2018-11-12 at 15 29 38

Tech Version
Material-UI 3.4.0
MUI-datatables 2.0.0-beta-38
React 16.5.2
browser Chrome Canary 72.0.3608.0
etc

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:22 (8 by maintainers)

github_iconTop GitHub Comments

5reactions
gregnbcommented, Nov 16, 2018

Ok, released

3reactions
Primajincommented, Nov 12, 2018

Also I’m getting

Module not found: Error: Can't resolve '@material-ui/icons/FileDownload' in '/builds/code/node_modules/mui-datatables/dist' in my CI now with 39

Read more comments on GitHub >

github_iconTop Results From Across the Web

console.log() - Web APIs - MDN Web Docs
The console.log() method outputs a message to the web console. The message may be a single string (with optional substitution values), ...
Read more >
JavaScript Console.log() Example – How to Print to the ...
Just open the console, Ctrl+Shift+K or F12 , and in the top right you will see a button that says "Switch to multi-line...
Read more >
Why/ when would you use console.log? - Codecademy
log () was created to be used in consoles ( by the way, aside from the console at Codecademy, every browser has its...
Read more >
Debugging in JavaScript: Using console.log()
console.log() is a very commonly used tool in the JavaScript ... introducing errors into our scripts, so if you spot the new error, ......
Read more >
3.4. Output With console.log - LaunchCode Education
Technically, you sent the words to the console, which is a simple window where the user can type commands or view output. We...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found