mirror of
https://github.com/facebook/react.git
synced 2026-02-26 16:44:59 +00:00
This was supposed to fix an issue in refs-test but instead it revealed that this strategy is broken. The problem is that Placement effect is not sufficient when the insertion is completed since the effect flag is reset then and the previous tree has no effects in it to indicate that this is the wrong tree.