Josh Unger

Results 16 comments of Josh Unger

I hope this helps others. This is what we ended up doing to workaround the issue - ```javascript const ChevronDownBouncing = lazy(() => import('./ChevronDownBouncing')); ``` Then - ```javascript ``` Then...

@joaovieira thank you! 🙏

It looks like the detected image format is `heif` which is returning `null`. It would be super helpful if we could include this format in the error message in the...

@mt-bt maybe attach a few images that reproduce your issue? I modified `node_modules/next/dist/server/image-optimizer.js` and added some console.logs in `detectContentType` to get the detected type. I think there are a couple...