Kibana version: 7.6
Describe the bug:
There is no default error handling inside
|
render = (data: Data, extraHandlers: IExpressionRendererExtraHandlers = {}) => { |
So visualisations which are using it directly might be missing error handling (previously it was notification service snackbar).
Need to rethink error handling API of expression service to be able to use notification service by default from within render.ts
Reproduce:
- Go to vertical bar chart visualisation
- In advanced settings put valid json, e.g. {"a":false}
- Nothing happens
Expected:
In 7.5.0 there is an error:

Kibana version: 7.6
Describe the bug:
There is no default error handling inside
kibana/src/plugins/expressions/public/render.ts
Line 78 in ff2a3ab
So visualisations which are using it directly might be missing error handling (previously it was notification service snackbar).
Need to rethink error handling API of expression service to be able to use notification service by default from within
render.tsReproduce:
Expected:

In 7.5.0 there is an error: