Steps to reproduce:
- Create a form with a paragraph field;
- Save the form and go to the forms list;
- Open the created form to edit it;
- Edit the paragraph body text;
- Publish the form and go to the form's URL.
Actual result:
On the form's page, in the browser console, there is the following error:
"Warning: Error: Invalid state passed to 'text'. Expected type 'string', but received type 'object'. Passed to 'Paragraph'."
Expected result:
There should be no errors in the browser console.
- is caused by
-
LPS-117690 Console errors when editing a Paragraph field
- Closed