Problem
When using data links to update the variable value, the variable scene object didn't get the state from the URL because it was not setting the state properly
Fixes
When any dashboard interaction updates the variable values through URL.
📦 Published PR as canary version: 5.14.1--canary.890.10722192103.0
:sparkles: Test out this PR locally via:
```bash
npm install @grafana/scenes-react@5.14.1--canary.890.10722192103.0
npm install @grafana/scenes@5.14.1--canary.890.10722192103.0
# or
yarn add @grafana/scenes-react@5.14.1--canary.890.10722192103.0
yarn add @grafana/scenes@5.14.1--canary.890.10722192103.0
```
Problem When using data links to update the variable value, the variable scene object didn't get the state from the URL because it was not setting the state properly
Fixes When any dashboard interaction updates the variable values through URL.
Depends on this fix, since AutoSizeInput ignores
value
prop https://github.com/grafana/grafana/pull/92997📦 Published PR as canary version:
5.14.1--canary.890.10722192103.0
:sparkles: Test out this PR locally via: ```bash npm install @grafana/scenes-react@5.14.1--canary.890.10722192103.0 npm install @grafana/scenes@5.14.1--canary.890.10722192103.0 # or yarn add @grafana/scenes-react@5.14.1--canary.890.10722192103.0 yarn add @grafana/scenes@5.14.1--canary.890.10722192103.0 ```