#Is anyone having issues with the lexicalEditor not working correctly?

1 messages · Page 1 of 1 (latest)

blazing stirrup
#

Is anyone having issues with the lexicalEditor not working correctly?

ember oxide
#

Mine working correctly, how are you using and what is the issue

blazing stirrup
#

I have been building them the same way for bit now with no issue until I updated to 3.38.0... I am doing something like this in my fields, in order to add in the additional features (toolbar, etc): { type: 'richText', name: 'content', editor: lexicalEditor() }. This alone breaks it and I get the following runtime error: TypeError: Cannot read properties of undefined (reading '_sanitized') but the error is pretty useless. I am also importing it the same way as usual: import {
FixedToolbarFeature,
lexicalEditor,
type FeatureProviderServer,
} from '@payloadcms/richtext-lexical';