You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browsers does not yet support preloading responsive images from link headers. Currently React can produce link headers for resource preloading and in particular can do so for images. However if an image uses srcset or sizes it's preload won't correctly load the right variant if preloaded using a link header so we should exclude these image preloads from the headers mechanism.