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
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
Warning: validateDOMNesting(...): <div> cannot appear as a descendant of <p>. in div (created by Tag) in AnimateChild (created by Animate) in Animate (created by Tag) in Tag (created by ConcurrentModal) in p (created by ConcurrentModal) in div (created by Card) in div (created by Card) in Card (created by ConcurrentModal) in div (created by ModalBody) in ModalBody (created by ConcurrentModal) in div (created by Modal) in div (created by Modal) in div (created by Modal)
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?