addFlushListener
export const onInitializeOvermind = async ({ state, effects }, overmind) => {
overmind.addFlushListener(effects.history.addMutations)
}Last updated
export const onInitializeOvermind = async ({ state, effects }, overmind) => {
overmind.addFlushListener(effects.history.addMutations)
}Last updated