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
Upgrading introduced a breaking change in carousel. It appears #2352 introduced coupling to document.fonts that may not be available in all environments.
This is a widely supported browser code, especially in tier 1 and tier 2 supported browsers.
If this is a bug in jsdom, you need to add it in your jsdom mock. https://caniuse.com/mdn-api_document_fonts
Bug Report
eBayUI Version: 14.6.8
TypeError: Cannot read properties of undefined (reading 'ready') ❯ ComponentClass.onMount node_modules/@ebay/ebayui-core/dist/components/ebay-carousel/component.js:380:24 ❯ ComponentClass.___emitMount node_modules/marko/src/runtime/components/Component.js:630:26Description
Upgrading introduced a breaking change in carousel. It appears #2352 introduced coupling to
document.fonts
that may not be available in all environments.https://app.renovatebot.com/package-diff?name=@ebay%2febayui-core&from=14.5.0&to=14.6.8
Workaround
Screenshots
n/a
The text was updated successfully, but these errors were encountered: