Old: result blank variable label in UI. Disappears after refresh
New: variable label fallbacks to variable name
Don't see any risk here to change to || instead of ??
📦 Published PR as canary version: 5.23.3--canary.963.11743338978.0
:sparkles: Test out this PR locally via:
```bash
npm install @grafana/scenes-react@5.23.3--canary.963.11743338978.0
npm install @grafana/scenes@5.23.3--canary.963.11743338978.0
# or
yarn add @grafana/scenes-react@5.23.3--canary.963.11743338978.0
yarn add @grafana/scenes@5.23.3--canary.963.11743338978.0
```
Fixes https://github.com/grafana/grafana/issues/91727
How to check:
Old: result blank variable label in UI. Disappears after refresh New: variable label fallbacks to variable name
Don't see any risk here to change to
||
instead of??
📦 Published PR as canary version:
5.23.3--canary.963.11743338978.0
:sparkles: Test out this PR locally via: ```bash npm install @grafana/scenes-react@5.23.3--canary.963.11743338978.0 npm install @grafana/scenes@5.23.3--canary.963.11743338978.0 # or yarn add @grafana/scenes-react@5.23.3--canary.963.11743338978.0 yarn add @grafana/scenes@5.23.3--canary.963.11743338978.0 ```