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
Version 3.9.3 of this plugin does not work in versions of Cypress prior to 6.8.0, because (after #388) support.js imports dayjs which is not included in Cypress before then, and this plugin does not specify dayjs as a dependency itself, only a dev dependency. Cypress is given as a peer dependency, any version, and a dev dependency of 6.8.0.
Could dayjs be specified as a dependency, rather than a dev dependency? Thanks for your time, sorry if I have misunderstood something.