Ellipsis: div -> span
<div> is not allowed as a child of <p>. Changing to span to fix jest's warnings. CSS display property must be block for this to work.
Loading
Please register or sign in to comment
<div> is not allowed as a child of <p>. Changing to span to fix jest's warnings. CSS display property must be block for this to work.