lexical
lexical copied to clipboard
Lexical is an extensible text editor framework that provides excellent reliability, accessibility and performance.
i create reactjs app which works fine but after i use react.lazy at multiple location not in editor and create a build it give the error Unable to find an...
Mostly just adding non-null assertions and adding types where inference fails. I did refactor a few list reduces that do a concat (which is also quadratic time) to use flatMap...
At the moment, when creating a new checklist, the newly created list item doesn't have the `checked` set until the user manually toggles it. This PR makes sure that the...
## Description Closes #4465 #5812 hasBlockAncestorElement means if a node has an ancestor element somewhere up the tree between itself and the root (or shadow root). Paragraphs being block elements...
Fixes following issues with table of contents: - The order in table of contents is wrong for heading inside tables and collapsible sections. - The heading is duplicated when resizing...
# DecoratorElementNode This is a VERY EARLY draft of DecoratorElementNode (#5930). I submit this PR because I want to: 1. Confirm the API design. 2. Allow the maintenance team and...
fixed #5974 https://github.com/facebook/lexical/assets/111737064/9b4bccee-23d8-447c-aacd-4da0cdbfe659
I'm getting a MutationObserver production error when using Lexical 0.14, I can't reproduce it on localhost and it fails only in production when I deploy to Vercel. This error goes...
I've wanted this feature for a long long time, today I get some ideas to implement it, so I'd like to discuss it here. # People need something like "ReactElementNode"...
@lexical/eslint-plugin - an eslint plugin that helps with the rules of lexical ($functions) and provides an autofixer Documentation preview: https://lexical-qke2cx8a9-fbopensource.vercel.app/docs/packages/lexical-eslint-plugin Currently defines one rule: @lexical/rules-of-lexical There's documentation per #5869 for...