The plugin that detaches a deactivated executor after the timeout.
import detachDeactivated from 'react-executor/plugin/detachDeactivated';const executor = useExecutor('test', 42, [detachDeactivated()]); Copy
import detachDeactivated from 'react-executor/plugin/detachDeactivated';const executor = useExecutor('test', 42, [detachDeactivated()]);
The plugin that detaches a deactivated executor after the timeout.