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

SceneComponentWrapper: More robust activation #692

Closed torkelo closed 7 months ago

torkelo commented 7 months ago

This is a companion fix to https://github.com/grafana/grafana/pull/86093 to make sure bugs like that cannot happen again by fixing the issue in SceneComponentWrapper so that we never render model components before they are activated.

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

:rocket: PR was released in v4.7.0 :rocket: