React Executor - v0.0.24
    Preparing search index...

    Module plugin/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.

    import detachDeactivated from 'react-executor/plugin/detachDeactivated';

    const executor = useExecutor('test', 42, [detachDeactivated()]);

    Interfaces

    DetachDeactivatedOptions

    Functions

    default