Anton Dosov
Anton Dosov
**Kibana version:** 7.17, 8.3, other **Describe the bug:** When search-session is an error state, the tooltip over error status on management shows "Unknown" instead of error details **Steps to reproduce:**...
Thanks for adding the [VideoProcessor API](https://github.com/twilio/twilio-video.js/pull/1384/files), very handy and convenient to have. I added blurring/replacing the video background into my app through this API and everything seem to be working...
### This is a... * [ ] feature request * [x] bug report * [ ] usage question ### What toolchain are you using for transpilation/bundling? * [x] angular/cli *...
After upgrading to 2.24.1, noise cancellation stopped working for us. When trying to load the noise cancellation code, there is a CSP-related error and the noise cancellation code fails to...
Part of https://github.com/elastic/kibana-team/issues/769 ## Summary This PR adds a "created by" filter to the dashboard listing page. We've added the created_by field recently [here](https://github.com/elastic/kibana/pull/179344) so only newly created by interactive...
## Summary Add telemetry to favorites feature https://github.com/elastic/kibana/pull/189285 - Adds UI usage counter telemetry, increase the counter when favorite / unfavorite is clicked - Add snapshot telemetry: - total "favorite"...
## Summary This is a prep for https://github.com/elastic/kibana/issues/138222 and follow up to https://github.com/elastic/kibana/pull/182344. These are post-merge leftovers and new instances from the previous [run](https://github.com/elastic/kibana/pull/182344) In React@18 useCallback types have changed...
## Summary A change in useEffect and event handler timing causes regressions when upgrading to React 18 in legacy mode (React 18 in concurrent mode doesn't have the regression). **React...
We’re making it official: **Enzyme is deprecated in Kibana**. Some teams (and the wider React community) have moved away from it, so this announcement simply formalises what’s happening in practice....
I tried to remove `@testing-library/react-hooks` from Kibana since we're no longer using it https://github.com/elastic/kibana/pull/222350. This was replaced by `renderHook` from `@testing-library/react`. But Kibana PR failed since it turned out that...