Removing unnecessary code

This commit is contained in:
Jeff Avallone 2018-02-25 11:49:29 -05:00
parent 18bd368525
commit 9c9d3141e9
1 changed files with 1 additions and 3 deletions

View File

@ -66,9 +66,7 @@ const reflowable = Component => {
}
return this._currentBBox() !== oldBBox;
},
...Component.prototype
}
});
return Component;