diff --git a/docs/framework/preact/guides/listeners.md b/docs/framework/preact/guides/listeners.md index 8b9ac17b2..358a203a7 100644 --- a/docs/framework/preact/guides/listeners.md +++ b/docs/framework/preact/guides/listeners.md @@ -19,6 +19,7 @@ Events that can be "listened" to are: - `onBlur` - `onMount` - `onSubmit` +- `onUnmount` ```tsx function App() {