Andrew Fritz
Results
4
comments of
Andrew Fritz
+1 Can we get an update here?
@Link631 +1 - would love to see your solution
For those using jest and running into the JSX undefined issue, you can try simply mocking the hook: ``` jest.mock('react-resize-aware', () => jest.fn().mockReturnValue([null, { width: 0 }]) ); ```