The plugin that retries the latest task if the executor is activated.
import retryActivated from 'react-executor/plugin/retryActivated';const executor = useExecutor('test', () => 42, [retryActivated()]);executor.activate(); Copy
import retryActivated from 'react-executor/plugin/retryActivated';const executor = useExecutor('test', () => 42, [retryActivated()]);executor.activate();
The plugin that retries the latest task if the executor is activated.