Major Changes
- ✨
<ErrorBoundary>moves to@qwik.dev/corebehind the experimentalerrorBoundaryflag anduseErrorBoundary()is removed.fallback$receives(error, reset),onError$reports caught errors, and production redacts server-origin errors to a generic message + digest while client-origin errors render as thrown. (by @maiieul in #8745)