Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move react controls into controls plugin (elastic#190166)
Move react_controls from examples plugin to controls plugin. This PR does not effect user facing features since it does not effect the legacy control group implementation or its usage. Future PRs will integrate the new control group with dashboard and ControlGroupRenderer and then remove the legacy control group implementation. PR increases page load bundle size because of new action registration and the control group react embeddable registration. This will be a temporary increase as removing the legacy control group will remove the legacy embeddable factory registration, which is larger then react embeddable registration. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Hannah Mudge <Heenawter@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
- Loading branch information