Skip to content

Commit

Permalink
fix: do not import LexicalTypeaheadMenuPlugin from src folder (#2928)
Browse files Browse the repository at this point in the history
  • Loading branch information
echarles authored and thegreatercurve committed Nov 25, 2022
1 parent 2c16e30 commit 011a916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexical-react/src/LexicalAutoEmbedPlugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {useLexicalComposerContext} from '@lexical/react/LexicalComposerContext';
import {
LexicalNodeMenuPlugin,
TypeaheadOption,
} from '@lexical/react/src/LexicalTypeaheadMenuPlugin';
} from '@lexical/react/LexicalTypeaheadMenuPlugin';
import {mergeRegister} from '@lexical/utils';
import {
$getNodeByKey,
Expand Down

0 comments on commit 011a916

Please sign in to comment.