You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the following command to generate my new Grafana project:
npx @grafana/toolkit plugin:create my-plugin
After deploying and browsing to the dashboard i see in the console:
Using strings as events is deprecated and will be removed in a future version. (init-edit-mode)
Using strings as events is deprecated and will be removed in a future version. (render)
Using strings as events is deprecated and will be removed in a future version. (data-error)
I am using the following command to generate my new Grafana project:
After deploying and browsing to the dashboard i see in the console:
The code in the template looks like this:
Hint
fix should be easy: use constants from `PanelEvents`` namespace