Skip to content

Commit

Permalink
fix (#2957)
Browse files Browse the repository at this point in the history
  • Loading branch information
acywatson committed Sep 8, 2022
1 parent 4832683 commit d773ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexical-react/flow/LexicalComposer.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import type {InitialEditorStateType as InitialEditorStateRichTextType} from '@le
type Props = {
initialConfig: $ReadOnly<{
editor__DEPRECATED?: LexicalEditor | null,
readOnly?: boolean,
editable?: boolean,
namespace: string,
nodes?: $ReadOnlyArray<Class<LexicalNode>>,
theme?: EditorThemeClasses,
Expand Down

2 comments on commit d773ead

@vercel
Copy link

@vercel vercel bot commented on d773ead Sep 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lexical – ./packages/lexical-website

lexical.dev
lexical-fbopensource.vercel.app
lexicaljs.com
lexicaljs.org
lexical-git-main-fbopensource.vercel.app
www.lexical.dev

@vercel
Copy link

@vercel vercel bot commented on d773ead Sep 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lexical-playground – ./packages/lexical-playground

lexical-playground-git-main-fbopensource.vercel.app
lexical-playground.vercel.app
playground.lexical.dev
lexical-playground-fbopensource.vercel.app

Please sign in to comment.