mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
dc6a7e01e1
`<noscript>` scopes should be considered inert from the perspective of Fizz since we assume they'll only be used in rare and adverse circumstances. When we added preload support for img tags we did not include the noscript scope check in the opt-out for preloading. This change adds it in fixes: #27910