William Wan

Results 1 comments of William Wan

We put react-sizeme.js in the `src/__mocks__` directory ``` const sizeMeProps = { size: { height: 100, width: 100, }, }; export const withSize = () => (SizedComponent) => (props) =>...