Hello Everybody,
I am not possible to use the Dropdown component that should be at @grafana/ui in accord with the documentation:
Dropdown
When I try to import it, I got the message:
import Dropdown
Module ‘“@grafana/ui”’ has no exported member ‘Dropdown’.ts(2305)
I am importing the component like:
import { Dropdown } from ‘@grafana/ui’;
I am using the grafana ui version 9.0.6 and I also tried on version 8.5.0.
p.s.: If I go to the library → @grafana/ui → components → I did not found the Dropdown, just the DropdownIndicator.
Please, any help would be very appreciate.
Cheers,
Turtles