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
{{ message }}
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
When I try to add 3 or more statusmap widgets on the same dashboard page I have an error "property name doesn't read from NULL object" and widget doesn't display
When I try to add 3 or more statusmap widgets on the same dashboard page I have an error "property name doesn't read from NULL object" and widget doesn't display
The problem is on the line:
https://github.com/flant/grafana-statusmap/blob/master/src/module.ts#L153
You should avoid to change global variable in the module:
https://github.com/flant/grafana-statusmap/blob/master/src/module.ts#L66
The text was updated successfully, but these errors were encountered: