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

Add safeStringifyValue to exported sceneUtils #813

Closed kaydelaney closed 2 months ago

kaydelaney commented 2 months ago

Adds the safeStringifyValue util to sceneUtils. Using in main should fix https://github.com/grafana/grafana/issues/88064

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

@kaydelaney - see my comment https://github.com/grafana/grafana/issues/88064#issuecomment-2205897790

ivanortegaalba commented 2 months ago

@kaydelaney - see my comment grafana/grafana#88064 (comment)

I agree with @dprokop here :)

ivanortegaalba commented 2 months ago

@kaydelaney can we close this one now¿