Alessio Gravili
Alessio Gravili
I am [adding a cause to my error](https://github.com/payloadcms/payload/blob/4ed3e23b20d9eae988d0f7623e322acfa5bca999/packages/payload/src/errors/APIError.ts#L16), but the error cause is not showing. I did not find any pino-pretty option which allows me to customize it to include...
When there are 2 or more lexical editors on one page, the table throws a "TableCellResizer: Table cell node not found." error if you hover over it with your mouse....
This can easily be reproduced in the lexical playground in Chrome. 1. Create paragraph with a link node at the very end of the paragraph 2. Copy some text 3....
## Description Test fails on postgres and passes in mongodb - [ ] I have read and understand the [CONTRIBUTING.md](https://github.com/payloadcms/payload/blob/main/CONTRIBUTING.md) document in this repository. ## Type of change - [...
**BREAKING:** This is technically a breaking change, as this PR narrows types. Additionally, users may experience TypeScript errors when extending nodes with this new type. Here is an example of...
Supports bi-directional import/export between MDX Lexical. JSX will be mapped to lexical blocks back and forth. This will allow editing our mdx docs within payload while keeping mdx as the...
Wrapper Blocks can be used to wrap existing text in a node, called the WrapperBlock node. While Blocks and Inline Blocks are standalone nodes that can not contain children, Wrapper...
Example: ```tsx import React from 'react' import { BlocksJSXConverter, type JSXConvertersFunction, RichText, } from '@payloadcms/richtext-lexical/react' const jsxConverters: JSXConvertersFunction = ({ defaultConverters }) => [ ...defaultConverters, BlocksJSXConverter({ blocks: { // myTextBlock...
Fixes https://github.com/payloadcms/payload/issues/9363