We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
somehow i cant use https://github.com/huntabyte/cmdk-sv on latest version 5.0.0-next.55
since it was working with 5.0.0-next.53 i think i should raise it here or probably just need to update that lib
<script lang="ts"> import { Command } from 'cmdk-sv'; </script> <Command.Root label="Command Menu"> <Command.Input /> <Command.List> <Command.Empty>No results found.</Command.Empty> <Command.Group heading="Letters"> <Command.Item>a</Command.Item> <Command.Item>b</Command.Item> <Command.Separator /> <Command.Item>c</Command.Item> </Command.Group> <Command.Item>Apple</Command.Item> </Command.List> </Command.Root>
✘ [ERROR] Invalid assignment target node_modules/.pnpm/[email protected][email protected]/node_modules/cmdk-sv/dist/cmdk/components/Command.svelte:82:30: 82 │ $.mutate_store(stateStore, $.untrack($stateStore).value() = ... ╵ ^ 9:12:20 PM [vite] error while updating dependencies: Error: Build failed with 1 error: node_modules/.pnpm/[email protected][email protected]/node_modules/cmdk-sv/dist/cmdk/components/Command.svelte:82:30: ERROR: Invalid assignment target at failureErrorWithLog (/home/httpswwwsveltelabdev-dcnb/node_modules/.pnpm/[email protected]/node_modules/esbuild/lib/main.js:1641:15) at eval (/home/httpswwwsveltelabdev-dcnb/node_modules/.pnpm/[email protected]/node_modules/esbuild/lib/main.js:1049:25) at eval (/home/httpswwwsveltelabdev-dcnb/node_modules/.pnpm/[email protected]/node_modules/esbuild/lib/main.js:1517:9)
os
annoyance
The text was updated successfully, but these errors were encountered:
Sounds related to #10477
Sorry, something went wrong.
Can I provide any further info? Running into this as well
cmdk-sv
[email protected]+
@zhihengGet I don't know if something old is cached, but it seems to be working again for me under next.64.
next.64
Let me know if its working for you there as well 🙏
@zhihengGet I don't know if something old is cached, but it seems to be working again for me under next.64. Let me know if its working for you there as well 🙏
yep works for me as well, @dummdidumm feel free to close this though idk which update fixed it
No branches or pull requests
Describe the bug
somehow i cant use https://github.com/huntabyte/cmdk-sv on latest version 5.0.0-next.55
since it was working with 5.0.0-next.53 i think i should raise it here or probably just need to update that lib
Reproduction
Logs
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: