-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Lens] fix annotation controls bug (#174951)
## Summary Fix #174653 The bug that was causing the failures https://github.com/elastic/kibana/assets/315764/058a99cd-b7a6-4e3b-9f99-208b2712136a I fixed it by divorcing the state of the annotation controls from the redux store. Redux is still notified with changes to the annotation group, but the UI no longer waits on the global state. That makes things faster and resolved this state management weirdness. I feel that we should consider a similar approach with the rest of Lens (see elastic/eui#6147 (comment) for more discussion). Passing flaky test runner https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/4895 --------- Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Stratoula Kalafateli <[email protected]>
- Loading branch information
1 parent
23135f5
commit 2331a4c
Showing
5 changed files
with
79 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters