We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000b95e commit d44be1bCopy full SHA for d44be1b
packages/react/src/utils.js
@@ -1,4 +1,4 @@
1
// @flow
2
export let isBrowser = typeof document !== 'undefined'
3
4
-export const hasOwn = Object.prototype.hasOwnProperty.call
+export const hasOwn = {}.hasOwnProperty.call
0 commit comments