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
This probably requires some degree of rewriting the state management in QueryEditor.
At the moment we use a stateless reducer that delegates the state management to grafana through mutations of the query. If we want to keep some sidecar state outside of the active query, we should introduce some local state management.
Example to reproduce the lost of query context:
It would be nice to keep the metrics query context.
The text was updated successfully, but these errors were encountered: