grafana / scenes

Build Grafana dashboards directly in your Grafana app plugins.
https://grafana.com/developers/scenes
Apache License 2.0
133 stars 20 forks source link

Scenes: Return value if not string in interpolator #796

Closed mdvictor closed 3 months ago

mdvictor commented 3 months ago

If a transformation passes a number down to the sceneInterpolator this will throw an error in the panel. This fixes the crash by assuring only strings gets interpolated.

dprokop commented 3 months ago

@mdvictor this looks good, however i think that particular transformation that caused the error is incorrect given that it allows this to surface.

grafanabot commented 3 months ago

:rocket: PR was released in v5.1.2 :rocket: