Skip to content

Commit

Permalink
Update react.md
Browse files Browse the repository at this point in the history
fixing error : export 'LexicalErrorBoundary' (imported as 'LexicalErrorBoundary') was not found in '@lexical/react/LexicalErrorBoundary' (possible exports: default)
  • Loading branch information
Vishnukr1101 authored May 20, 2024
1 parent 0bdd6fb commit 2ef11a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexical-website/docs/getting-started/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import {LexicalComposer} from '@lexical/react/LexicalComposer';
import {RichTextPlugin} from '@lexical/react/LexicalRichTextPlugin';
import {ContentEditable} from '@lexical/react/LexicalContentEditable';
import {HistoryPlugin} from '@lexical/react/LexicalHistoryPlugin';
import {LexicalErrorBoundary} from '@lexical/react/LexicalErrorBoundary';
import LexicalErrorBoundary from '@lexical/react/LexicalErrorBoundary';

const theme = {
// Theme styling goes here
Expand Down

0 comments on commit 2ef11a9

Please sign in to comment.