You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue happened because the markup in the HTML component is invalid.
The "p" tag could not be used with children elements like: address,
article, aside, blockquote, details, dialog, div, dl, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header,
hgroup, hr, main, menu, nav, ol, p, pre, search, section, table, or ul.
Form.io changed its default parent tag from p to div:
formio/formio.js#5792
Similar issue and developer explanation/recommendation:
formio/formio.js#5598 (comment)
Found some other issues not reported in the ticket as this one:

- Checked all form.io forms;
- Changed the "p" tag to "div" when the component had invalid children
tags for paragraph;
- Changed some other invalid HTML found when doing the check.
Description
Post upgrades there are a few odd content items that have been noticed. They used to show just once and now the content is duplicated.
Acceptance Criteria
Screenshots

Technical
div
as shown below.The text was updated successfully, but these errors were encountered: