Config error: Type "next" is not assignable to "angular" #25321
Unanswered
martinnormark
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have Cypress running like a charm in a NextJS site with TypeScript.
My config file as
cypress.config.ts
looks as follows:But I get an error on the
component.devServer.framework
assignment:If I rename the config file to be
.js
everything works as normal and I avoid the error - but it doesn't feel right 🤔Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions