Skip to content

Commit

Permalink
[Lexical] Fix meta sync build failing due to recent changes in Lexica…
Browse files Browse the repository at this point in the history
…lErrorBoundary.tsx (#6140)
  • Loading branch information
Sahejkm committed May 20, 2024
1 parent e1944a9 commit 0bdd6fb
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 0bdd6fb

Please sign in to comment.