Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.
The richText field from a relationship collection is broken when creating a new item from the edit page, and the current collection also has a richText field.
Reproduction Steps
Create a collection -> Collection_1 with a richText field - richText1
Create another collection -> Collection_2 with a richText field - richText2
Add a relationship field to Collection_2, which relates to Collection_1
Open the Edit page of Collection_2
Click the plus button from the relationship field to create a new Collection_1 item
Link to reproduction
No response
Environment Info
Describe the Bug
The richText field from a relationship collection is broken when creating a new item from the edit page, and the current collection also has a richText field.
Reproduction Steps
Collection_1
with a richText field -richText1
Collection_2
with a richText field -richText2
relationship
field toCollection_2
, which relates toCollection_1
Collection_2
Collection_1
itemAdapters and Plugins
No response