---
title: ComponentErrorEvent
---

# ComponentErrorEvent

<a href="https://github.com/remix-run/remix/blob/remix@3.0.0-alpha.6/packages/ui/src/runtime/error-event.ts#L4" target="_blank">View Source</a>

## Summary

Error event shape emitted by the component runtime.

## Signature

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

```