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
After updating from 2.1.3 to 2.1.4 I can no longer run my vitests within a react 18 + node v20 + vite 5 repo, as phosphor starts throwing import errors.
Steps to Reproduce
Upgrade from 2.1.3 to 2.1.4 and watch vitest fail to resolve imports within phosphor.
Expected behavior
No import issues in vitest, like in 2.1.3.
Screenshots
Context (please complete the following information):
Error: Cannot find package '/Users/johnshankman/Documents/manifoldxyz/studio-app-devtools/node_modules/@phosphor-icons/react/dist/node_modules/.pnpm/react@18.2.0/node_modules/react/package.json' imported from /Users/johnshankman/Documents/manifoldxyz/studio-app-devtools/node_modules/@phosphor-icons/react/dist/node_modules/.pnpm/react@18.2.0/node_modules/react/cjs/react-jsx-runtime.production.min.mjs
Did you mean to import react/index.js?
Additional notes
Downgrading back to 2.1.0 exactly produces no issues.
The text was updated successfully, but these errors were encountered:
Describe the bug
After updating from 2.1.3 to 2.1.4 I can no longer run my vitests within a react 18 + node v20 + vite 5 repo, as phosphor starts throwing import errors.
Steps to Reproduce
Upgrade from 2.1.3 to 2.1.4 and watch vitest fail to resolve imports within phosphor.
Expected behavior
No import issues in vitest, like in 2.1.3.
Screenshots
Context (please complete the following information):
Additional notes
Downgrading back to 2.1.0 exactly produces no issues.
The text was updated successfully, but these errors were encountered: