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 running a new project with JSDom via Vitest, I get the following error:
Error: require() of ES Module C:\Users\crutchcorn\git\TanStack\form\node_modules\.pnpm\@[email protected]\node_modules\@asamuzakjp\css-color\dist\esm\css-color.min.js from C:\Users\crutchcorn\git\TanStack\form\node_modules\.pnpm\[email protected]\node_modules\cssstyle\lib\parsers.js not supported.
This appears to be because:
4.2.0 introduced @asamuzakjp/css-color, which seems to be packaged incorrectly for ESM usage in this PR:
I'll make an issue upstream to https://github.com/asamuzaK/cssColor to try and suggest some changes there, but wanted to flag here since it appears to affect many JSDom projects as-is
The text was updated successfully, but these errors were encountered:
When running a new project with JSDom via Vitest, I get the following error:
This appears to be because:
4.2.0 introduced
@asamuzakjp/css-color
, which seems to be packaged incorrectly for ESM usage in this PR:#171
I'll make an issue upstream to https://github.com/asamuzaK/cssColor to try and suggest some changes there, but wanted to flag here since it appears to affect many JSDom projects as-is
The text was updated successfully, but these errors were encountered: