Bob Ippolito
Bob Ippolito
It's not a bug, you just have multiple versions of lexical installed. If you look in your package-lock.json or your node_modules you'll find that the `lexical` version and the `@lexical/react`...
Please re-open with more information if you can still reproduce this issue. Lexical doesn't have "images", at least not that it exports in the API. There are some demo nodes...
I can't reproduce with the current version of lexical 
The only built-in customization for ordered lists is to specify a different CSS class for each depth using the `olDepth` theme parameter. The playground uses a different list-style-type for 5...
Good issue reports have code and/or full repro steps with the playground to demonstrate issue, ideally with screen recordings that show it happening. Pointing to a particular line of code...
I suspect this issue is related to the IME behavior with the Japanese keyboard, it doesn't reproduce with the US keyboard. There have been similar reports of other IME related...
The first thing I would check is to see if this happens if `shouldBootstrap={false}`. It requires a bit more orchestration to bootstrap the document server-side, but there are just inherent...
fwiw #6670 was released with 0.20.0 so if you're still using 0.19.0 then it doesn't have that fix which is possibly relevant
This happens because of how the selection is normalized. If the focus and anchor end up on text points then it will show the toolbar, if either is on an...
I agree with @ivailop7, this would be very difficult for the existing team to maintain. Maybe it would be better to maintain this externally, and when Lexical is more stable...