mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
8a3c5e1a8d
This lets us write them early in the render phase. This should be safe because even if we write them deeply, then they still can't be wrapped by a element because then they'd no longer be in the document scope anymore. They end up flat in the body and so when we search the content we'll discover them.