Fix double preload (#26729)
I found a couple scenarios where preloads were issued too aggressively 1. During SSR, if you render a new stylesheet after the preamble flushed it will flush a preload even if the resource was already preloaded 2. During Client render, if you call `ReactDOM.preload()` it will only check if a preload exists in the Document before inserting a new one. It should check for an underlying resource such as a stylesheet link or script if the preload is for a recognized asset type
J
Josh Story committed
ec5e9c2a75749b0a470b7148738cb85bbb035958
Parent: f87e97a
Committed by GitHub <[email protected]>
on 4/25/2023, 10:10:34 PM