Disabling vis_type_vega
causes an unhandled exception during runtime
#59622
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Vega
Vega visualizations
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
I'm seeing the following error in Kibana on master:

It's caused by this line:
kibana/src/legacy/core_plugins/vis_type_vega/public/plugin.ts
Line 71 in 5c43653
where
visTypeVega
is undefined because it has been disabled. I suggest solving this with a null check:To repro add the following to
config/kibana.yml
:The text was updated successfully, but these errors were encountered: