mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
a3b08e546730ba2eee33bc2282afa65d94cfeb72
Fixes: #27200 preloads for images that appear before the viewport meta may be loaded twice because the proper device image information is not used with the preload but is with the image itself. The viewport meta should be emitted earlier than all preloads to avoid this. this change moves the queue for the viewport meta to preconnects which already has the right priority for this tag DiffTrain build for commit https://github.com/facebook/react/commit/ea17cc18f458010c89c1bf494be08bb782d034af.
react-fbsource-import
Description
Languages
JavaScript
67.1%
TypeScript
29.4%
HTML
1.5%
CSS
1.1%
C++
0.6%
Other
0.2%