---
title: ComponentErrorEvent
source: https://github.com/remix-run/remix/blob/remix@3.0.0-beta.3/packages/ui/src/runtime/error-event.ts#L4
---

# ComponentErrorEvent

## Summary

Error event shape emitted by the component runtime.

## Signature

```ts
type ComponentErrorEvent = ErrorEvent & { error: unknown };

```