Skip to content

Commit

Permalink
Update src/vanilla/store.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Daishi Kato <[email protected]>
  • Loading branch information
dmaskasky and dai-shi authored Dec 18, 2024
1 parent ecb4fa9 commit 035007c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vanilla/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ const flushBatch = (batch: Batch) => {
}
}
}
while (batch.M.size || batch.L.size) {
while (batch.H.size || batch.M.size || batch.L.size) {
batch.D.clear()
batch.H.forEach(call)
batch.H.clear()
Expand Down

0 comments on commit 035007c

Please sign in to comment.