v.2.0.0
The approach to handle element resizes was rewritten from scratch.
Now it uses ResizeObserver with polyfill which allows you to use the native implementation in modern browsers!
Added new prop skipOnMount - (Bool) do not trigger onResize when a component mounts. Default: false.