Skip to content

Commit

Permalink
[Lexical] Fix flow errors on syncing build to meta intern (#6373)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahejkm authored Jul 5, 2024
1 parent f464655 commit bbeba94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/lexical-react/flow/LexicalContentEditable.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import * as React from 'react';

export type Props = ({} | $ReadOnly<{
export type Props = ({...Partial<HTMLDivElement>,...} | $ReadOnly<{
'aria-placeholder': string;
placeholder:
| ((isEditable: boolean) => null | React$Node)
Expand Down
2 changes: 1 addition & 1 deletion packages/lexical-website/fb/sdoc-cache.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snippets": {},
"description": "@generated"
}
}

0 comments on commit bbeba94

Please sign in to comment.