grafana/grafana-json-datasource

Query error e.ArrayVector is not a constructor Getting this error after the new update

fridayowl opened this issue · 3 comments

Screenshot 2024-02-29 at 1 46 02 PM

The issue started to happen after the new update . Let me know if you need any more information regarding the issue
@oss Big Tent

gabor commented

hi @fridayowl , thanks for the report. this is fixed in newest grafana (main-branch).

gabor commented

technical note: we'll have to remove the usage of ArrayVector and .toArray(), but we should make sure we handle the required-grafana-version correctly.

@gabor Thanks for the update