inokawa / virtua

A zero-config, fast and small (~3kB) virtual list (and grid) component for React, Vue, Solid and Svelte.
https://inokawa.github.io/virtua/
MIT License
1.33k stars 45 forks source link

Next 15 displays empty error on dev overlay #524

Open domosedov opened 3 weeks ago

domosedov commented 3 weeks ago

Describe the bug Example from docs

Empty error message in Next.js error overlay with Next 15/React 19 deps

Снимок экрана 2024-10-27 в 00 05 37

https://stackblitz.com/edit/stackblitz-starters-rv8vkm

inokawa commented 3 weeks ago

The error seems to be the same as #470 (it's not visible in Chrome by default. BTW Next.js should show it even so).

The error itself is safe so you can ignore it. However Next.js doesn't seem to have a way to ignore certain errors like Webpack... https://github.com/vercel/next.js/discussions/13387 https://github.com/vercel/next.js/discussions/23970