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
```
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 ```