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