I am getting this error in component testing cypress > cannot destructure property 'basename' of 'react__webpack_imported_module_0__.usecontext(...)' as it is null. cypress #27561
Unanswered
apsingh03
asked this question in
Questions and Help
Replies: 1 comment
-
Try:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
cy.mount( <ProductBox productsArray={[]} subCategory="samsung" />
index.js
producybox.js
Beta Was this translation helpful? Give feedback.
All reactions