[**@twipped/hooks**](../../README.md) • **Docs**

***

# Function: resetSuspension()

> **resetSuspension**(`key`): `void`

Removes a stored async result from the suspense cache, allowing
it to be invoked again on next render.

## Parameters

• **key**: `string`

The operation name to remove.

## Returns

`void`

## Source

[hooks/useSuspense.js:94](https://github.com/Twipped/hooks/blob/main/hooks/useSuspense.js#L94)
