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

Experiment with a proxy for solving JSON.stringify issue #824

Closed dprokop closed 4 months ago

dprokop commented 4 months ago

Just experimenting with an approach to solve scopedVars JSON.stringify issue upstream. Publishing this only to get a canary release out to test in core.

fyi @kaydelaney @torkelo @joshhunt @ivanortegaalba

📦 Published PR as canary version: 5.3.9--canary.824.9873640037.0
:sparkles: Test out this PR locally via: ```bash npm install @grafana/scenes-react@5.3.9--canary.824.9873640037.0 npm install @grafana/scenes@5.3.9--canary.824.9873640037.0 # or yarn add @grafana/scenes-react@5.3.9--canary.824.9873640037.0 yarn add @grafana/scenes@5.3.9--canary.824.9873640037.0 ```
dprokop commented 4 months ago

Closing in favor of #828