Josh Unger
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! 🙏
Maybe this is just invalid?
@mitchell-merry excellent explanation!
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...