rsnext/test/integration/image-component/default/pages
Joe Haddad 29b591b2bc
fix(next/image): do not pass-through srcSrc on lazy image (#20651)
This PR fixes a bug where we'd accidentally pass-through the user-provided `srcSet` if the image was lazy, just to then replace it when we hydrate.

---

Fixes #19041
2020-12-31 21:08:57 +00:00
..
drop-srcset.js fix(next/image): do not pass-through srcSrc on lazy image (#20651) 2020-12-31 21:08:57 +00:00
flex.js Make lazy-loading the default for next/image (#18123) 2020-10-22 16:55:51 +02:00
hidden-parent.js fix(next/image): inherit parent visibility (#20542) 2020-12-28 18:55:44 +00:00
index.js Deprecate Image unsized property and add layout="fill" (#18562) 2020-10-31 18:34:06 -04:00
invalid-src-proto-relative.js Print error when Image src is protocol-relative (#18809) 2020-11-04 20:47:49 +00:00
invalid-src.js Deprecate Image unsized property and add layout="fill" (#18562) 2020-10-31 18:34:06 -04:00
invalid-unsized.js Deprecate Image unsized property and add layout="fill" (#18562) 2020-10-31 18:34:06 -04:00
layout-fill.js Add props objectFit and objectPosition to Image component (#18849) 2020-11-05 19:42:55 +00:00
layout-fixed.js Add layout prop to Image component (#18491) 2020-10-30 10:33:34 -04:00
layout-intrinsic.js Add layout prop to Image component (#18491) 2020-10-30 10:33:34 -04:00
layout-responsive.js Add all deviceSizes to srcset for responsive and fill (#18594) 2020-10-31 20:26:57 -04:00
missing-src.js Add next/image default loader errors (#18152) 2020-10-25 00:22:47 -05:00
priority.js feat(next/image): preload priority images (#20615) 2020-12-30 21:10:28 +00:00
prose.js fix(next/image): ignore typography prose styles (#20580) 2020-12-29 17:34:11 +00:00
prose.module.css fix(next/image): ignore typography prose styles (#20580) 2020-12-29 17:34:11 +00:00
rotated.js Rotate image from EXIF data (#18687) 2020-11-02 16:26:03 +00:00
sizes.js Add missing sizes prop on image component (#19128) 2020-11-13 04:30:41 +00:00
update.js Control <Image /> prefetching with React (#18904) 2020-11-06 23:03:15 +00:00