The plugin that aborts the pending task after the timeout if the executor is deactivated.
import abortDeactivated from 'react-executor/plugin/abortDeactivated';const executor = useExecutor('test', heavyTask, [abortDeactivated()]); Copy
import abortDeactivated from 'react-executor/plugin/abortDeactivated';const executor = useExecutor('test', heavyTask, [abortDeactivated()]);
The plugin that aborts the pending task after the timeout if the executor is deactivated.