react-truncate icon indicating copy to clipboard operation
react-truncate copied to clipboard

div invalid child of p

Open afrankel-sfdo opened this issue 5 years ago • 1 comments

Issue

Can't use truncate when inside of a <p>

Warning: validateDOMNesting(...): <div> cannot appear as a descendant of <p>.
    in div (at Truncate.js:33)

Suggestion

Use span over div, or make it configurable as neither is valid in all use cases.

See similar issue from resize detector: https://github.com/maslianok/react-resize-detector/issues/48

afrankel-sfdo avatar Jan 21 '19 22:01 afrankel-sfdo

+1

gerwinbrunner avatar Mar 12 '19 15:03 gerwinbrunner