react-height
react-height copied to clipboard
Component-wrapper to determine and report children elements height
Currently this package triggers React's warnings:  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}...