Fixes #10626 This was originally fixed in this [lexical PR](https://github.com/facebook/lexical/pull/4301), however it seems both the `TypeAheadMenu` plugin and the `TableActionMenu` plugin are broken in lexical playground again. I was unable to find any issues with the `SlashMenu` in our case so I left it as is. ## Before https://github.com/user-attachments/assets/5f8287a2-2875-4eb5-9402-933b0ce30af5 ## After https://github.com/user-attachments/assets/44394923-3dd8-4fd7-9d58-2c29886490e6
Payload Lexical Rich Text Editor
Lexical Rich Text Editor for Payload.
Installation
npm install @payloadcms/richtext-lexical
Usage
import { buildConfig } from 'payload'
import { lexicalEditor } from '@payloadcms/richtext-lexical'
export default buildConfig({
editor: lexicalEditor({}),
// ...rest of config
})
More detailed usage can be found in the Payload Docs.