linkify-plus-plus-core icon indicating copy to clipboard operation
linkify-plus-plus-core copied to clipboard

Modifying DOM may break react apps

Open eight04 opened this issue 7 years ago • 0 comments

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

eight04 avatar Jan 16 '19 18:01 eight04