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
Auto merge of #4012 - Turbo87:resize-polyfill, r=locks
Use `ResizeObserver` polyfill, if necessary
This shouldn't be necessary due to our browser support policy (see https://caniuse.com/mdn-api_resizeobserver), but we seem to have plenty of users that regularly run into this, due to Chart.js using the `ResizeObserver` API underneath.
The polyfill is loaded async if we detect that `ResizeObserver` is not implemented natively in the browser.
see https://github.com/juggle/resize-observerFixes#4011
0 commit comments