Skip to content

Commit

Permalink
fixup! fix(vow): watcher args instead of context
Browse files Browse the repository at this point in the history
Satisfy types
  • Loading branch information
mhofman committed Jun 21, 2024
1 parent 249f7c8 commit 6b62e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vow/src/watch-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const prepareWatchUtils = (zone, watch, makeVowKit) => {
}
resolver.resolve(harden(results));
},
onRejected(value, { id }) {
onRejected(value, { id, index: _index }) {
const { idToVowState } = this.state;
if (!idToVowState.has(id)) {
// First rejection wins.
Expand Down

0 comments on commit 6b62e09

Please sign in to comment.