Canvas External Plugins are Broken #55904
Labels
blocker
bug
Fixes for quality problems that affect the customer experience
Feature:Canvas
impact:critical
This issue should be addressed immediately due to a critical level of impact on the product.
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
v7.6.0
Kibana version:
7.6
Describe the bug:
So it looks like external plugins are broken in 7.6. The order of how some things are imported changed when we left all the import uiExports in a file and split out everything else into plugin.ts for new platform. 3rd party plugins are loaded through uiExports/canvas and we need to import interpreter before that so that the global kbnInterpreter variable is set.
The text was updated successfully, but these errors were encountered: