The plugin that retries the last task if the executor is fulfilled.
import retryFulfilled from 'react-executor/plugin/retryFulfilled';const executor = useExecutor('test', heavyTask, [retryFulfilled()]); Copy
import retryFulfilled from 'react-executor/plugin/retryFulfilled';const executor = useExecutor('test', heavyTask, [retryFulfilled()]);
The plugin that retries the last task if the executor is fulfilled.