component-size
component-size copied to clipboard
Readme should indicate that ResizeObserver is optional
In index.js, the hook falls back to using window.addEventListener('resize') if ResizeObserver is not available in the current browser. Therefore, it should be noted that you don't in fact require the polyfill to use this hook.