Closed czue closed 3 weeks ago
maybe after update this package, having problem.
I was solve the problem after editing file on node_modules/cmdk/dist/index.mjs and edit specific line on import data from 'use-sync-external-store/shim' to 'use-sync-external-store'
I using typescript, so I was edited on index.mjs.
Reverting to 1.0.2
fixed for me for the time being: #326
I'm getting a similar issue with vitest. Reverting to 1.0.2
Directory import '/assistant/node_modules/use-sync-external-store/shim' is not supported resolving ES modules imported from /assistant/node_modules/cmdk/dist/index.mjs
Did you mean to import "use-sync-external-store/shim/index.js"?
Duplicate #326
Getting the following error after installing 1.0.3
I've been able to make some changes to my
webpack.config.js
file to workaround this. specifically adding:to my
resolve
section and installinguse-sync-external-store
. just wondering if this is the expected behavior?