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
We need to figure out how to render Specifications. cy.mount(<Basic>) breaks. We can use the babel parser to figure this out or use React.CreateElement(Basic, {}).
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
We need to figure out how to render Specifications.
cy.mount(<Basic>)
breaks. We can use the babel parser to figure this out or useReact.CreateElement(Basic, {})
.The text was updated successfully, but these errors were encountered: