Skip to content
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 Warnings as actual warnings #38278

Open
A-fandino opened this issue Aug 2, 2023 · 1 comment
Open

Console Warnings as actual warnings #38278

A-fandino opened this issue Aug 2, 2023 · 1 comment
Assignees
Labels
core Infrastructure work going on behind the scenes dx Related to developers' experience

Comments

@A-fandino
Copy link

A-fandino commented Aug 2, 2023

Summary 💡

Warnings in MUI show as errors in the console.
It is a problem when you have some large warnings and you cannot find actual errors because of them.

I know warnings are important and they shouldn't be ignored, but there should be a way to make them show as proper warnings and not errors. Maybe some kind of global flag you change like showWarningsAsErros that is true by default.

Examples 🌈

mui-warning

@A-fandino A-fandino added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Aug 2, 2023
@zannager zannager added the examples Relating to /examples label Aug 2, 2023
@mj12albert mj12albert added dx Related to developers' experience core Infrastructure work going on behind the scenes and removed examples Relating to /examples labels Aug 7, 2023
@ZeeshanTamboli ZeeshanTamboli removed the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Aug 22, 2023
@oliviertassinari
Copy link
Member

oliviertassinari commented Jan 21, 2025

Related to #21979, that issue explains why it's like this (trace). Now, it's an issue with the prop-types package https://github.com/facebook/prop-types.

We can likely fix this with #43138.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Infrastructure work going on behind the scenes dx Related to developers' experience
Projects
None yet
Development

No branches or pull requests

5 participants