Skip to content

Commit

Permalink
Update watch.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china authored Aug 31, 2024
1 parent 56b3ab6 commit 9ab946d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/watch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export interface WatchOptions<Immediate = boolean> extends DebuggerOptions {
immediate?: Immediate
deep?: boolean | number
once?: boolean
// The `flush` option is not supported in react at the moment.
// The `flush` option is not supported in veact at the moment.
// flush?: 'pre' | 'post' | 'sync'
}

Expand Down

0 comments on commit 9ab946d

Please sign in to comment.