We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b3ebff commit 75361deCopy full SHA for 75361de
src/util/objects.ts
@@ -80,7 +80,6 @@ export function isPlainObject(value: any) {
80
if (ctor === undefined) return true
81
82
const prot = ctor.prototype
83
- console.warn('is obj', isObject(prot))
84
if (!isObject(prot)) return false
85
86
return hasOwnProperty(prot, 'isPrototypeOf')
0 commit comments