Skip to content

Commit

Permalink
Fix sync build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahejkm committed May 20, 2024
1 parent e1944a9 commit fb1efe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/lexical-react/src/LexicalErrorBoundary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*
*/

import * as React from 'react';
import {ErrorBoundary as ReactErrorBoundary} from 'react-error-boundary';

export type LexicalErrorBoundaryProps = {
Expand Down

0 comments on commit fb1efe5

Please sign in to comment.