The plugin that detaches a deactivated executor after a delay. The executor must be activated at least once for this plugin to have an effect.
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 a delay. The executor must be activated at least once for this plugin to have an effect.