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

VizPanel: Fixes issue with non memoizable PanelData #609

Closed torkelo closed 9 months ago

torkelo commented 9 months ago

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 ```
grafanabot commented 9 months ago

:rocket: PR was released in v3.6.1 :rocket: