The plugin that retries the latest task of the active executor if it was invalidated.
import retryInvalidated from 'react-executor/plugin/retryInvalidated';const executor = useExecutor('test', heavyTask, [retryInvalidated()]); Copy
import retryInvalidated from 'react-executor/plugin/retryInvalidated';const executor = useExecutor('test', heavyTask, [retryInvalidated()]);
The plugin that retries the latest task of the active executor if it was invalidated.