SyntaxError: Named export 'useSyncExternalStore' not found #1001
Replies: 1 comment
-
|
need add it to vitest.config.ts export default defineConfig({
resolve: {
alias: {
'~': path.resolve(__dirname, './src'),
},
},
test: {
environment: 'jsdom',
globals: true,
server: { deps: { inline: true } },
},
}) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Description
When I'm trying use vitest with test valtio I have this error
Reproduction Link
https://codesandbox.io/p/sandbox/fj3cwy
Beta Was this translation helpful? Give feedback.
All reactions