Skip to content

Commit

Permalink
Codemod {...null} to {} in remaining files
Browse files Browse the repository at this point in the history
Reviewed By: pieterv

Differential Revision: D37833216

fbshipit-source-id: 3c08dfd0143f0eb5a1677a26f18bd38370963506
  • Loading branch information
gkz authored and facebook-github-bot committed Jul 14, 2022
1 parent 1259d59 commit 3eb04a9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions runtime/shared/FbtReactUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ let canDefineProperty = false;
if (__DEV__) {
try {
Object.defineProperty(
{
...null,
},
{},
// $FlowFixMe[prop-missing]
'x',
{
Expand Down

0 comments on commit 3eb04a9

Please sign in to comment.