mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
b775564d35
Moves writing queues to renderState. We shouldn't need the resource tracking's value. We just need to know if that resource has already been emitted. We can use a Set for this. To ensure that set is directly serializable we can just use a dictionary-like object with no value. See individual commits for special cases.