-
-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Next 15 displays empty error on dev overlay #524
Comments
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... |
any update here? |
+1 on this, really annoying in dev (love the library but the error comes up super randomly when working on T3 Chat) |
+1 on this too, as I have been also working on chat app. |
Two things:
![]() I was able to suppress the errors I got on page load by avoiding rendering the vlist until I had children to render in it. Sadly, when I scroll the errors still come back Technically, I think this issue is "fixed" and a separate one might be necessary for the additional errors I am seeing. lmk what's best @inokawa |
Thanks for the information. So I close this issue. And I reopened #470 to seek possible solution and discuss further. |
Describe the bug
Example from docs
Empty error message in Next.js error overlay with Next 15/React 19 deps

https://stackblitz.com/edit/stackblitz-starters-rv8vkm
The text was updated successfully, but these errors were encountered: