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
When we bumped our nodejs version, our dependency resolutions have changes resulting into creating a new package-lock.json file, after that it started erroring that this package uses JSX syntax inside a .js file
We are using:
node - 20.18.1
vite - 6.0.0
cypress - 14.0.0
[plugin:vite:import-analysis] Failed to parse source for import analysis because the content contains invalid JS syntax. If you are using JSX, make sure to name the file with the .jsx or .tsx extension. /.vite/deps/mixpanel-browser.js:3299:1288341
[plugin:vite:import-analysis] Failed to parse source for import analysis because the content contains invalid JS syntax. If you are using JSX, make sure to name the file with the .jsx or .tsx extension. /node_modules/.vite/deps/mixpanel-browser.js:3299:1288341
Activity
Desired behavior
No response
Test code to reproduce
just have a code with the mixpanel init somewhere in the root of the app, the component tests will fail
Cypress Version
14.0.0
Node version
20.18.1
Operating System
MacOS Sonoma 14.4.1
Debug Logs
Other
No response
The text was updated successfully, but these errors were encountered:
Current behavior
When we bumped our nodejs version, our dependency resolutions have changes resulting into creating a new package-lock.json file, after that it started erroring that this package uses JSX syntax inside a .js file
We are using:
node - 20.18.1
vite - 6.0.0
cypress - 14.0.0
Activity
Desired behavior
No response
Test code to reproduce
just have a code with the mixpanel init somewhere in the root of the app, the component tests will fail
Cypress Version
14.0.0
Node version
20.18.1
Operating System
MacOS Sonoma 14.4.1
Debug Logs
Other
No response
The text was updated successfully, but these errors were encountered: