diff --git a/packages/components/src/toolbar/toolbar/index.tsx b/packages/components/src/toolbar/toolbar/index.tsx index fabaf654f9455e..9c837a72aa0e83 100644 --- a/packages/components/src/toolbar/toolbar/index.tsx +++ b/packages/components/src/toolbar/toolbar/index.tsx @@ -21,6 +21,10 @@ import { ContextSystemProvider, } from '../../ui/context'; +// TODO: +// - (optional) make the legacy `DropdownMenu` read the context variable +// - swap the legacy `DropdownMenu` with the new version of the component +// once it's stable const CONTEXT_SYSTEM_VALUE = { DropdownMenu: { // Note: the legacy `DropdownMenu` component is not yet reactive to this