The plugin that repeats the last task after the execution was 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 repeats the last task after the execution was fulfilled.