mirror of
https://github.com/facebook/react.git
synced 2026-02-26 07:55:55 +00:00
Currently when React generates rel=preload link tags for script/stylesheet resources, it will not carryover nonce and fetchpriority values if specified on the original elements. This change ensures that the preload links use the nonce and fetchPriority values if they were specified.