rsnext/test/integration/image-component
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
..
base-path feat(next/image): reduce byte waste for 3x screens (#20610) 2020-12-30 18:17:46 +00:00
basic Move CSS Preloads to top of head at document render (#18864) 2020-12-30 17:12:46 -05:00
default fix(next/image): do not pass-through srcSrc on lazy image (#20651) 2020-12-31 21:08:57 +00:00
typescript Add props objectFit and objectPosition to Image component (#18849) 2020-11-05 19:42:55 +00:00
typescript-style Omit ignored property from <Image/ > to prevent confusion (#18796) 2020-11-04 16:13:07 +00:00