Remove circular dependency between uiActions & data/embeddable plugins #82047
Labels
Feature:UIActions
UI actions. These are client side only, not related to the server side actions..
NeededFor:Core
The uiActions plugin imports types from the data and embeddable plugins:
kibana/src/plugins/ui_actions/public/types.ts
Lines 30 to 31 in 2c1bc50
These plugins have uiActions as a dependency, so there's a circular dependency here.
uiActions does not declare data or embeddables as dependencies in its kibana.json.
The text was updated successfully, but these errors were encountered: