Fixes an issue with panels that use the panel data frames or fields as memoizable instance references. Since applyFieldConfig always returned new frames a simple resize invalidated the memoization used by the TracesPanel
📦 Published PR as canary version: 3.6.1--canary.609.7970792291.0
:sparkles: Test out this PR locally via:
```bash
npm install @grafana/scenes@3.6.1--canary.609.7970792291.0
# or
yarn add @grafana/scenes@3.6.1--canary.609.7970792291.0
```
Fixes https://github.com/grafana/scenes/issues/590
Fixes an issue with panels that use the panel data frames or fields as memoizable instance references. Since applyFieldConfig always returned new frames a simple resize invalidated the memoization used by the TracesPanel
📦 Published PR as canary version:
3.6.1--canary.609.7970792291.0
:sparkles: Test out this PR locally via: ```bash npm install @grafana/scenes@3.6.1--canary.609.7970792291.0 # or yarn add @grafana/scenes@3.6.1--canary.609.7970792291.0 ```