Skip to content

Commit

Permalink
fix: should export getCurrentEffect function
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleSound committed Jan 8, 2024
1 parent 770c21d commit 39f07cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/reactivity/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export {
export { TrackOpTypes, TriggerOpTypes, ReactiveFlags } from './constants'
export {
baseWatch,
getCurrentEffect,
onEffectCleanup,
traverse,
BaseWatchErrorCodes,
Expand Down

0 comments on commit 39f07cd

Please sign in to comment.