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.

Recurring errors flooding console

See original GitHub issue

There are two errors which I have no idea how to fix that are thrown anytime a rerender happens:

image I have looked at all the solutions as to how to remove the typography error, to which nothing has worked. Also, I am styling the paper like so:

MUIDataTable: { paper: { boxShadow: "none" }, responsiveScroll: { height: "305px" } },

This has been exactly how it is done in some examples, so I do not understand why it throws an error, because it works too!

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
william-chucommented, Jan 31, 2019

@iChaosren Hmm, I think I forced the removal of the box shadow on the table by targeting the MuiPaper class instead of MUIDataTable I had to force the override with !important

overrides: {
    MuiPaper: {
      root: {
        boxShadow: "none !important",
       },
    },
1reaction
gregnbcommented, Jan 25, 2019

The typography issue should be addressed in beta-53. I will look into the other issue tomorrow

Read more comments on GitHub >

github_iconTop Results From Across the Web

linux - How to stop kernel messages from flooding my console?
How do I stop recurring error messages from appearing in messages and auditd.log? 1 · Capturing all messages that are directed to console...
Read more >
SMC errors flooding console - Macs - MacRumors Forums
SMC errors flooding console - an unacknowledged issue with every M1 Mac? ... Same 3 keys, repeating every second .
Read more >
Multiple recurring log messages in Console. How to diagnose ...
The first ones go off whenever there is a sound emitted by the system, like copying a file. The second is due to...
Read more >
[SOLVED] Strange recurring disk space problem and failure to ...
Then today I rebooted for some reason, and I got an error at the console right after the "darkstar" prompt showed up.
Read more >
Console is getting flooded with DEBUG messages once click ...
It would be tough to guess the reason for the chunk of those messages, but from the logs it is pretty clear that:....
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