The plugin that retries the last task after the execution has failed.
import retryRejected from 'react-executor/plugin/retryRejected';const executor = useExecutor('test', heavyTask, [retryRejected()]); Copy
import retryRejected from 'react-executor/plugin/retryRejected';const executor = useExecutor('test', heavyTask, [retryRejected()]);
The plugin that retries the last task after the execution has failed.