grafana / scenes

Build Grafana dashboards directly in your Grafana app plugins.
https://grafana.com/developers/scenes
Apache License 2.0
141 stars 21 forks source link

VariableDependencyConfig can extract variables from circular structures #597

Closed ivanortegaalba closed 9 months ago

ivanortegaalba commented 9 months ago

It is hardening the stringifying of the JSON to avoid circular dependencies.

The object can contain circular structures when extracting variables from a value object. For example, references to the parent object. See this.

grafanabot commented 9 months ago

:rocket: PR was released in v3.4.0 :rocket: