Skip to content

Commit 43b798b

Browse files
committed
Revert "fix: add dep to isNonTrackableKeys"
This reverts commit fafbea7.
1 parent f88bfc0 commit 43b798b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/reactivity/src/baseHandlers.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ import {
2525
import { isRef } from './ref'
2626
import { warn } from './warning'
2727

28-
const isNonTrackableKeys = /*@__PURE__*/ makeMap(
29-
`__proto__,__v_isRef,__isVue,dep`,
30-
)
28+
const isNonTrackableKeys = /*@__PURE__*/ makeMap(`__proto__,__v_isRef,__isVue`)
3129

3230
const builtInSymbols = new Set(
3331
/*@__PURE__*/

0 commit comments

Comments
 (0)