-
Notifications
You must be signed in to change notification settings - Fork 49.3k
Closed
Labels
Status: UnconfirmedA potential issue that we haven't yet confirmed as a bugA potential issue that we haven't yet confirmed as a bug
Description
React version: 18.3.0-canary-9377e1010-20230712
Steps To Reproduce
- Add
<meta name="viewport" content="width=device-width, initial-scale=1" />
inside of<head>
- Call
ReactDOM.preload('/img.png', { as: 'image' })
The current behavior
The <link>
generated from the preload is before the <meta>
for the viewport.
The expected behavior
The <link>
should come after the <meta>
for the viewport.
Related
cc @gnoff
Metadata
Metadata
Assignees
Labels
Status: UnconfirmedA potential issue that we haven't yet confirmed as a bugA potential issue that we haven't yet confirmed as a bug