Skip to content

Commit 115372d

Browse files
committed
wip: refactor deprecations into a single file
1 parent af9e699 commit 115372d

19 files changed

+497
-480
lines changed

packages/runtime-core/src/apiWatch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import {
3333
} from './errorHandling'
3434
import { queuePostRenderEffect } from './renderer'
3535
import { warn } from './warning'
36-
import { DeprecationTypes } from './compat/deprecations'
36+
import { DeprecationTypes } from './compat/compatConfig'
3737
import { checkCompatEnabled, isCompatEnabled } from './compat/compatConfig'
3838

3939
export type WatchEffect = (onInvalidate: InvalidateCbRegistrator) => void

0 commit comments

Comments
 (0)