vercel / next.js

The React Framework
https://nextjs.org
MIT License
125.44k stars 26.79k forks source link

NextJS after updating from 13.0.4 to 13.0.6 next/image blur placeholder not working properly #43829

Closed cantutar closed 1 year ago

cantutar commented 1 year ago

Verify canary release

Provide environment information

Operating System:
  Platform: win32
  Arch: x64
  Version: Windows 10 Pro
Binaries:
  Node: 16.18.0
  npm: N/A
  Yarn: N/A
  pnpm: N/A
Relevant packages:
  next: 13.0.6
  eslint-config-next: 13.0.6
  react: 18.2.0
  react-dom: 18.2.0

Which area(s) of Next.js are affected? (leave empty if unsure)

Image optimization (next/image, next/legacy/image)

Link to the code that reproduces this issue

npm i next@latest

To Reproduce

After updating nextjs from 13.0.4 to 13.0.6

Describe the Bug

it broke all the blurdataurl shimmer effect, it is not shimmering at all its just sticking to image

its even in my production for example https://www.playerse.net/valorant/agents

Expected Behavior

Expected behaviour was shimmer image while loading and load image properly

Which browser are you using? (if relevant)

Chrome 108.0.5359.99, Firefox dev edition 108.0b9 (64-bit

How are you deploying your application? (if relevant)

Vercel

nikosantis commented 1 year ago

Same behavior:

Expected: Screen Shot 2022-12-07 at 21 45 19

Current:

Screen Shot 2022-12-07 at 21 45 27

In my case, using next v13.0.6

snelsi commented 1 year ago

Related: https://github.com/vercel/next.js/issues/43689 https://github.com/vercel/next.js/pull/43587

tomer-tgp commented 1 year ago

Same here: https://dev.goodparty.org/

github-actions[bot] commented 1 year ago

This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.