You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In
index.js
, the hook falls back to usingwindow.addEventListener('resize')
ifResizeObserver
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.The text was updated successfully, but these errors were encountered: