We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 817d4d1 commit 52e01d8Copy full SHA for 52e01d8
src/reactivity/ref.ts
@@ -4,7 +4,7 @@ import { proxy, isPlainObject } from '../utils';
4
import { HasDefined } from '../types/basic';
5
import { reactive } from './reactive';
6
7
-type BailTypes = Function | Map<any, any> | Set<any> | WeakMap<any, any> | WeakSet<any>;
+type BailTypes = Function | Map<any, any> | Set<any> | WeakMap<any, any> | WeakSet<any> | Element;
8
9
// corner case when use narrows type
10
// Ex. type RelativePath = string & { __brand: unknown }
0 commit comments