Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove redundant initial of hasOwnProperty part 3
  • Loading branch information
behnammodi committed Apr 1, 2021
commit 8404dcfd627f7e3212bcfab23664bf901b2caca2
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ import warnValidStyle from '../shared/warnValidStyle';
import escapeTextForBrowser from './escapeTextForBrowser';
import hyphenateStyleName from '../shared/hyphenateStyleName';
import invariant from 'shared/invariant';
import hasOwnProperty from 'shared/hasOwnProperty';
import sanitizeURL from '../shared/sanitizeURL';

const hasOwnProperty = Object.prototype.hasOwnProperty;
const isArray = Array.isArray;

// Per response, global state that is not contextual to the rendering subtree.
Expand Down