-
Notifications
You must be signed in to change notification settings - Fork 844
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
Fix EuiResizeObserver and EuiComboBox bugs #3180
Conversation
…Props setup in EuiComboBox
953ea47
to
4aaa572
Compare
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.
✅ (Mostly a rubber stamp approval as we paired on these bugs)
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.
Thanks, @chandlerprall!
Preview documentation changes for this PR: https://eui.elastic.co/pr_3180/ |
Preview documentation changes for this PR: https://eui.elastic.co/pr_3180/ |
* Fixed EuiResizeObserver infinite disconnect call chain; fixed defaultProps setup in EuiComboBox * changelog Co-authored-by: Greg Thompson <thompson.glowe@gmail.com> Co-authored-by: Caroline Horn <549577+cchaos@users.noreply.github.com>
Summary
Found while upgrading Kibana.
EuiResizeObserver
's mutation observer fallback disconnect method calls itself infinitelyEuiComboBox
had two errors around itsdefaultProps
Checklist
- [ ] Check against all themes for compatibility in both light and dark modes- [ ] Checked in mobile- [ ] Checked in IE11 and Firefox- [ ] Props have proper autodocs- [ ] Added documentation examples- [ ] Checked for accessibility including keyboard-only and screenreader modes