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

Update docker-compose.yaml to include latest grafana #752

Closed ivanahuckova closed 5 months ago

ivanahuckova commented 5 months ago

When I was testing https://github.com/grafana/scenes/pull/734 using ./scripts/demo.sh, I got React import error. The grafana version used was old + had older React and didn't have useId from it. So I updated it to -11.1.0-179671.

Broken with ~9.5:

image

Fixed with -11.1.0-179671 (grafana-dev does not have latest):

image