Skip to content

Commit

Permalink
Added clearContainer() method to inline reconciler
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Apr 25, 2020
1 parent 8f4af07 commit 572669a
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -53,6 +53,7 @@ describe('ReactFiberHostContext', () => {
appendChildToContainer: function() {
return null;
},
clearContainer: function() {},
supportsMutation: true,
});

Expand Down Expand Up @@ -107,6 +108,7 @@ describe('ReactFiberHostContext', () => {
appendChildToContainer: function() {
return null;
},
clearContainer: function() {},
supportsMutation: true,
});

Expand Down

0 comments on commit 572669a

Please sign in to comment.