Skip to content

Commit 39f07cd

Browse files
committed
fix: should export getCurrentEffect function
1 parent 770c21d commit 39f07cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/reactivity/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export {
7171
export { TrackOpTypes, TriggerOpTypes, ReactiveFlags } from './constants'
7272
export {
7373
baseWatch,
74+
getCurrentEffect,
7475
onEffectCleanup,
7576
traverse,
7677
BaseWatchErrorCodes,

0 commit comments

Comments
 (0)