We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't use truncate when inside of a <p>
<p>
Warning: validateDOMNesting(...): <div> cannot appear as a descendant of <p>. in div (at Truncate.js:33)
Use span over div, or make it configurable as neither is valid in all use cases.
span
div
See similar issue from resize detector: maslianok/react-resize-detector#48
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
No branches or pull requests
Issue
Can't use truncate when inside of a
<p>
Suggestion
Use
span
overdiv
, or make it configurable as neither is valid in all use cases.See similar issue from resize detector: maslianok/react-resize-detector#48
The text was updated successfully, but these errors were encountered: