-
Notifications
You must be signed in to change notification settings - Fork 934
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Console Log Spam Delays Rendering of Table Data #1873
Comments
busches
changed the title
Console Log Spam
Console Log Spam Delays Rendering of Table Data
Feb 21, 2022
Heyy!! Getting the same error right here.. Or.. are we waiting for the new version? |
Waiting on new version |
@wdh2100 do you know when the next target V3 release is tentatively scheduled for? |
@rodrigomercadorynb @busches @mhorger3 sorry. I'll release the new version(v3) after work. |
fixed 3.8.5 |
Can confirm it´s fixed!! |
Closing since this was resolved in #1875 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Upgrading from 3.8.2 to 3.8.3 results in a lot of Console.log spam:
While annoying, this normally wouldn't be a problem, but since the spam is taking so long to output, it's delaying the actual data in the table from loading, which is a problem for users and Cypress tests.
Appears to be directly related to the changes here: #1825
Expected Behavior
No
console.log
spamCurrent Behavior
Lots of
console.log
spam.Steps to Reproduce (for bugs)
Happens on any usage of a
MUIDataTable
from what I can tell.Example stack trace from the logs:
Your Environment
The text was updated successfully, but these errors were encountered: