React warning: validateDOMNesting(...): <div> cannot appear as a descendant of <p>.
Description
Environment
None
relates to
Activity
Show:
Former user 16 July 2018 at 00:22
Fixed in
Done
Details
Details
Assignee
Former user
Former user(Deactivated)Reporter
Sean Flanigan
Sean FlaniganTested Version/s
None
Priority

More fields
Time tracking
More fields
Time trackingCreated 10 July 2018 at 07:09
Updated 16 July 2018 at 00:22
Resolved 16 July 2018 at 00:22
This appears to come from the use of antd's
<Tag>
element inside<p>
in the file server/zanata-frontend/src/app/editor/components/ConcurrentModal/index.jsCan we change the
<p>
to something else?