We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a938932 commit 0887983Copy full SHA for 0887983
packages/components/src/toolbar/toolbar/index.tsx
@@ -21,6 +21,10 @@ import {
21
ContextSystemProvider,
22
} from '../../ui/context';
23
24
+// TODO:
25
+// - (optional) make the legacy `DropdownMenu` read the context variable
26
+// - swap the legacy `DropdownMenu` with the new version of the component
27
+// once it's stable
28
const CONTEXT_SYSTEM_VALUE = {
29
DropdownMenu: {
30
// Note: the legacy `DropdownMenu` component is not yet reactive to this
0 commit comments