We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3951332 commit 521743fCopy full SHA for 521743f
packages/node_modules/overmind/src/index.ts
@@ -759,7 +759,7 @@ export function fork<
759
if (err) next(err)
760
else {
761
stopDebugOperator(newContext)
762
- next(null, returnedContext)
+ next(null, { ...returnedContext, value: newContext.value })
763
}
764
})
765
paths[path](null, newContext, nextWithPaths)
0 commit comments