-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
chore(explore): added debounce in DateFilterControl #13660
Conversation
Codecov Report
@@ Coverage Diff @@
## master #13660 +/- ##
==========================================
- Coverage 77.41% 77.37% -0.04%
==========================================
Files 918 918
Lines 46673 46698 +25
Branches 5720 5732 +12
==========================================
+ Hits 36132 36134 +2
- Misses 10405 10428 +23
Partials 136 136
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@nytai hey Tai, this should fix the noisy error in the log. let's get it in. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 👍
SUMMARY
In order to optimize the error message output, make these changes
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
BEFORE
AFTER
ADDITIONAL INFORMATION