dillon1000/react

Commit

[Fizz][Float] emit viewport meta before preloads (#27201)

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
Browse files
Changed paths1 file
First-parent comparison
M packages/react-dom-bindings/src/server/ReactFizzConfigDOM.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…