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

Variables: Fixes issue with url sync and key value variables #639

Closed torkelo closed 8 months ago

torkelo commented 8 months ago

https://github.com/grafana/scenes/pull/632 introduced a minor issue with key value variables.

Because we skipped validation and always use the value provided via URL this also skipped the lookup of the text representation (when it can be found). So key value variables with valid values lost their text representation value after a full page reload.

📦 Published PR as canary version: 3.10.1--canary.639.8230721384.0
:sparkles: Test out this PR locally via: ```bash npm install @grafana/scenes@3.10.1--canary.639.8230721384.0 # or yarn add @grafana/scenes@3.10.1--canary.639.8230721384.0 ```
grafanabot commented 8 months ago

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