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 7e4f8df commit 6ecf97fCopy full SHA for 6ecf97f
packages/core/src/runAsync.ts
@@ -81,7 +81,7 @@ export async function runAsync<T>(
81
const { asyncId } = props
82
const cancelToken = Symbol.for('cancel')
83
const isCancelled = () =>
84
- to !== state.asyncTo || asyncId < (state.cancelId || 0)
+ to !== state.asyncTo || asyncId <= (state.cancelId || 0)
85
86
const defaultProps: DefaultProps = {}
87
each(DEFAULT_PROPS, prop => {
0 commit comments