Reed Dadoune
Reed Dadoune
Looks like the types aren't being added to the `global` scope. The types in `index.d.ts` need to be updated from: ```typescript declare namespace Cypress { // ... type definitions }...
Has anyone found a workaround for this issue? My team is actively trying to upgrade to v12 but is blocked by this issue.
Not an ideal solution but in my use case, I'm only concerned with generating/modifying the `head` during SSR, and the following hack allows me to work around errors that occur...