Skip to content

Commit

Permalink
fix: revert export alias
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleSound committed Mar 14, 2024
1 parent 74996b6 commit 406c750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/reactivity/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export { reactiveReadArray, shallowReadArray } from './arrayInstrumentations'
export { TrackOpTypes, TriggerOpTypes, ReactiveFlags } from './constants'
export {
baseWatch,
getCurrentWatcher as getCurrentEffect,
getCurrentWatcher,
traverse,
onWatcherCleanup,
BaseWatchErrorCodes,
Expand Down
1 change: 1 addition & 0 deletions packages/runtime-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export {
// effect
effect,
stop,
getCurrentWatcher,
onWatcherCleanup,
ReactiveEffect,
// effect scope
Expand Down

0 comments on commit 406c750

Please sign in to comment.