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:
Fixed with -11.1.0-179671 (grafana-dev does not have latest):
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 haveuseId
from it. So I updated it to -11.1.0-179671.Broken with
~9.5
:Fixed with
-11.1.0-179671
(grafana-dev does not have latest):