The plugin that persists the executor state in the observable external store.
import syncExternalStore from 'react-executor/plugin/syncExternalStore';const executor = useExecutor('test', 42, [ syncExternalStore(myStore),]); Copy
import syncExternalStore from 'react-executor/plugin/syncExternalStore';const executor = useExecutor('test', 42, [ syncExternalStore(myStore),]);
The plugin that persists the executor state in the observable external store.