Not sure why, but quicktype schema generator is causing an issue with 0.3.4 build. As it references process.env, it seems it is not working in Cypress browser runtime.
Make quicktype an optional import.
This should also solve the deprecation warning on startup
(node:44275) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ... to show where the warning was created.
Not sure why, but quicktype schema generator is causing an issue with 0.3.4 build. As it references
process.env
, it seems it is not working in Cypress browser runtime.Make quicktype an optional import.
This should also solve the deprecation warning on startup