Module '"@grafana/ui"' has no exported member 'RadioButtonList'? Why?

Hello Everybody,

do someone knows why @grafana/ui has no exported member: RadioButtonList.
In accord to this tutorial: https://developers.grafana.com/ui/latest/index.html?path=/docs/forms-radiobuttonlist–controlled-component
it should have.
I am using grafana version 8.4.5.

Thank you very much in advance!

Cheers,
Turtles

Make sure you update your devDependencies to use the latest @grafana/ui, it should be something like "@grafana/ui": "^9.0.0".

1 Like