diff --git a/packages/lexical-editor/src/components/Editor/RichTextEditor.tsx b/packages/lexical-editor/src/components/Editor/RichTextEditor.tsx index e0d03102f63..80dee785039 100644 --- a/packages/lexical-editor/src/components/Editor/RichTextEditor.tsx +++ b/packages/lexical-editor/src/components/Editor/RichTextEditor.tsx @@ -8,7 +8,7 @@ import { OnChangePlugin } from "@lexical/react/LexicalOnChangePlugin"; import { AutoFocusPlugin } from "@lexical/react/LexicalAutoFocusPlugin"; import { ClearEditorPlugin } from "@lexical/react/LexicalClearEditorPlugin"; import { RichTextPlugin } from "@lexical/react/LexicalRichTextPlugin"; -import LexicalErrorBoundary from "@lexical/react/LexicalErrorBoundary"; +import { LexicalErrorBoundary } from "@lexical/react/LexicalErrorBoundary"; import { makeDecoratable } from "@webiny/react-composition"; import { HistoryPlugin } from "@lexical/react/LexicalHistoryPlugin"; import { ContentEditable } from "@lexical/react/LexicalContentEditable";