linkify-plus-plus-core
linkify-plus-plus-core copied to clipboard
Modifying DOM may break react apps
https://greasyfork.org/en/forum/discussion/50555/problem-with-dailymotion
React saves the reference to the text node. Is it possible to keep the text node in its original place? https://github.com/facebook/react/issues/11538#issuecomment-390386520
A simple workaround is to override the removeChild and insertBefore which affects performance.
https://github.com/facebook/react/issues/11538#issuecomment-417504600