Skip to content

Commit

Permalink
fix: Don't run state effects in Vue immediately (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
markjaniczak committed Apr 29, 2024
1 parent e204ce0 commit 109ffd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vue-virtual/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ function useVirtualizerBase<
},
{
immediate: true,
flush: 'post',
},
)

Expand Down

0 comments on commit 109ffd3

Please sign in to comment.