mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
d285b3acba
It turns out we already made refs writable in #25696, which has been in canary for over a year. The approach in that PR also has the benefit of being slightly more perf sensitive because it still uses a shared object until the fiber is mounted. So let's just go back to that.