mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
751d4c1ee25fe8b487b5bdcb579b94a963cfb62b
This is the same technique we do for the client except we don't check
whether this is newly created font loading to keep code small.
Unfortunately, we can't use this technique for Suspensey images. They'll
need to block before we call `startViewTransition` in a separate
refactor. This is due to a bug in Chrome where `img.decode()` doesn't
resolve until `startViewTransition` does.
DiffTrain build for [c0464aedb1](https://github.com/facebook/react/commit/c0464aedb16b1c970d717651bba8d1c66c578729)
Please do not delete this branch
Languages
JavaScript
67.1%
TypeScript
29.4%
HTML
1.5%
CSS
1.1%
C++
0.6%
Other
0.2%