Is your feature request related to a problem? Please describe
I'm working on an admin application for desktop users and the spamming of errors about only having hover event for tooltips is rendering the console unusable. It also doesn't really help that despite being called a warning it is displayed with console.error (yeah, I know, it's consistent with react, React's solution is also bad in my opinion)
Describe the solution you'd like
Can it be toned down to like having one warning or change it into a proper warning with console.warn? Or maybe can we mark it somehow in code that I am taking full responsibility for any inconvenience on mobile devices?
Describe alternatives you've considered
If all else fails, I'll block warning.js
Additional context
I see that people already complained on this in 2020, but for some reason it was closed without any fruition apart from comments of "deal with it".
Is your feature request related to a problem? Please describe
I'm working on an admin application for desktop users and the spamming of errors about only having hover event for tooltips is rendering the console unusable. It also doesn't really help that despite being called a warning it is displayed with console.error (yeah, I know, it's consistent with react, React's solution is also bad in my opinion)
Describe the solution you'd like
Can it be toned down to like having one warning or change it into a proper warning with console.warn? Or maybe can we mark it somehow in code that I am taking full responsibility for any inconvenience on mobile devices?
Describe alternatives you've considered
If all else fails, I'll block
warning.jsAdditional context
I see that people already complained on this in 2020, but for some reason it was closed without any fruition apart from comments of "deal with it".