Dean S.

Results 4 issues of Dean S.

Hey, I am experiencing an issue when I add this bit into my plugins file: `on('file:preprocessor', require('@cypress/code-coverage/use-browserify-istanbul')); ` stack is: React/Typescript/Webpack/Jest/Cypress Seems it can't follow imports from the root src...

Any plans to upgrade the dependency? Looks like Next v14 is not included, so its erroring on build. npm ERR! Found: [email protected] npm ERR! node_modules/next npm ERR! next@"^14.1.0" from the...

I am using v2 of the snippet in my NextJS (latest version) app. I don't want to load it instantly so I am importing it as I need it. But,...