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 b3411c0 commit 8404dcfCopy full SHA for 8404dcf
packages/react-dom/src/server/ReactDOMServerFormatConfig.js
@@ -44,9 +44,9 @@ import warnValidStyle from '../shared/warnValidStyle';
44
import escapeTextForBrowser from './escapeTextForBrowser';
45
import hyphenateStyleName from '../shared/hyphenateStyleName';
46
import invariant from 'shared/invariant';
47
+import hasOwnProperty from 'shared/hasOwnProperty';
48
import sanitizeURL from '../shared/sanitizeURL';
49
-const hasOwnProperty = Object.prototype.hasOwnProperty;
50
const isArray = Array.isArray;
51
52
// Per response, global state that is not contextual to the rendering subtree.
0 commit comments