react-height icon indicating copy to clipboard operation
react-height copied to clipboard

Component-wrapper to determine and report children elements height

Results 2 react-height issues
Sort by recently updated
recently updated
newest added

Currently this package triggers React's warnings: ![image](https://user-images.githubusercontent.com/837032/71506874-b29a9480-2893-11ea-8525-5e53c0b107ce.png) At the very least we can rename this method to `UNSAFE_componentWIllReceiveProps` or better yet fix it properly.

Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops. ```js {snip}...