Joseph
Joseph
Now in 14.1.x, you can use `getImageProps` though, and peel out the style object if you don't want it.
I wonder if this could be an issue with SWC? @pitmullerIngka could you try to take different canaries between 13.4.7 and 13.4.8? It seems like that the issue might have...
@brunouber has confirmed that when upgrading from v13.4.8-canary.9 to v13.4.8-canary.10, the issue starts to show up - https://github.com/vercel/next.js/discussions/52561#discussioncomment-6419866 And there was an SWC update: https://github.com/vercel/next.js/commit/484bdebc2468e14a677f71f18457722ba33a69c3 A bit early still, but...
And now, the uphill code battle to generate a small reproduction setup 🤔
It looks like building an failing example is not very trivial... Maybe if we copy the CancelablePromise code into a Next.js project, and try to await the promise there? What...
Awesome investigation @brunouber @pitmullerIngka - yeah if we have code and a version that breaks we should go to the SWC playground and create a shareable link. Use that when...
Really interesting... in this stackblitz, https://stackblitz.com/edit/github-wywdtb?file=src%2Fapp%2Flayout.tsx You can `npm i`, and then `npm run build && npx serve out` - and you'll see in the console the issues. What seems...
Once you get to this point of the debugging, past the `__PAGE__` stuff from RSC, there's no way back, it'll just stack up calls to `normalizeRouterState` 🤔
I'll try to update the PR with latest upstream changes, just in case 😅
> Help us @leerob!!! .. can you explain why `color: transparent ` is required ? Some browsers show the alt text, while the image is loading, and that can cause...