The plugin that binds all executor methods to the instance.
import bindAll from 'react-executor/plugin/bindAll';const executor = useExecutor('test', 42, [bindAll()]); Copy
import bindAll from 'react-executor/plugin/bindAll';const executor = useExecutor('test', 42, [bindAll()]);
The plugin that binds all executor methods to the instance.