<React.StrictMode>
...
<Truncate
lines={3}
dangerouslySetInnerHTML={{
__html: 'Hi, <strong>here’s some</strong> <i>HTML</i>'
}}
/>
...
</React.StrictMode>
Warning: A string ref, "paragraph", has been found within a strict mode tree. String refs are a source of potential bugs and should be avoided. We recommend using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref
at Truncate
Code:
Console out:
https://reactjs.org/link/strict-mode-string-ref