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
Just by including MediaPlay... from 'media-chrome/react'
test fails.
● Test suite failed to run
TypeError: import_server_safe_globals.globalThis.ResizeObserver is not a constructor
14 | MediaSeekBackwardButton,
15 | MediaSeekForwardButton,
> 16 | MediaPlaybackRateButton,
| ^
17 | MediaDurationDisplay,
18 | } from 'media-chrome/react';
Reproducible.
In add any React Component that include this.
Test this with jest, it fails with above error.
The text was updated successfully, but these errors were encountered:
Just by including MediaPlay... from 'media-chrome/react'
test fails.
Reproducible.
In add any React Component that include this.
Test this with jest, it fails with above error.
The text was updated successfully, but these errors were encountered: