Skip to content

Commit 0887983

Browse files
committed
add TODO comment
1 parent a938932 commit 0887983

File tree

1 file changed

+4
-0
lines changed
  • packages/components/src/toolbar/toolbar

1 file changed

+4
-0
lines changed

packages/components/src/toolbar/toolbar/index.tsx

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ import {
2121
ContextSystemProvider,
2222
} from '../../ui/context';
2323

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
2428
const CONTEXT_SYSTEM_VALUE = {
2529
DropdownMenu: {
2630
// Note: the legacy `DropdownMenu` component is not yet reactive to this

0 commit comments

Comments
 (0)