We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e639210 commit f7e2415Copy full SHA for f7e2415
packages/lexical-playground/src/plugins/ComponentPickerPlugin/index.tsx
@@ -18,7 +18,7 @@ import {
18
LexicalTypeaheadMenuPlugin,
19
TypeaheadOption,
20
useBasicTypeaheadTriggerMatch,
21
-} from '@lexical/react/src/LexicalTypeaheadMenuPlugin';
+} from '@lexical/react/LexicalTypeaheadMenuPlugin';
22
import {$createHeadingNode, $createQuoteNode} from '@lexical/rich-text';
23
import {$wrapLeafNodesInElements} from '@lexical/selection';
24
import {INSERT_TABLE_COMMAND} from '@lexical/table';
0 commit comments