rsnext/packages/next/types
Steven 53f0973aba
Fix next/image blur placeholder when JS is disabled (#28269)
This PR does a few things:

- Moves `<noscript>` usage below the blur image since so that the `<noscript>` image renders on top of the blur image
- Remove the `isVisible` check for `<noscript>` since we can't rely on client-side JS
- Add `loading=lazy` to the `<noscript>` image to take advantage of native lazy loading (can't rely on JS lazy loading)

Fixes #28251
2021-08-19 04:26:07 +00:00
..
global.d.ts Update to only add image import types when enabled (#26485) 2021-06-22 11:56:21 -05:00
index.d.ts Fix next/image blur placeholder when JS is disabled (#28269) 2021-08-19 04:26:07 +00:00
misc.d.ts Use zen-observable library (#28214) 2021-08-18 03:29:43 +00:00
webpack.d.ts Upgrade eslint to the latest version (#24377) 2021-04-25 18:34:36 +00:00