solid-errors-error-handling
Installation
SKILL.md
solid-errors-error-handling
Quick Reference
ErrorBoundary
| Aspect | Details |
|---|---|
| Import | import { ErrorBoundary } from "solid-js"; |
| Purpose | Catches errors in child reactive computations and rendering |
| Fallback | Static JSX or function receiving (err, reset) |
| Reset | Calls reset() to clear error state and re-render children |
| Version | Available since SolidJS 1.0 |