Pedro Sanchez
Pedro Sanchez
this works for me, thank you, I believe it should be merged
It should be merged!
I've been using this command in previous version (v8) it worked, the problem began when I updated to `v9`
It works as expected if `pnpm update -r @latest`, I don't know what changed in v9 but `--latest` does't work as in previous versions
It doesn't work, I had to wrap it in a `"use client";` file like this: ```typescript // provider.tsx "use client"; import { DragDropProvider } from "@dnd-kit/react"; export function Layout(props: {...
No, this version doesn't work either: "@dnd-kit/react": "0.1.2-beta-20250421131817",
How about this ? @Angelelz ```diff select() .from(users) .where( match(users.name, users.bio) - .against("drizzle*", { - mode: "boolean" - })); + .against("drizzle*", "boolean") + ); ``` That would be closer to...
@jakebailey Hope this helps. ``` [ERROR][2025-11-20 09:40:56] /usr/share/nvim/runtime/lua/vim/lsp/log.lua:151 "rpc" "tsgo" "stderr" "panic handling request textDocument/documentHighlight interface conversion: ast.nodeData is *ast.Token, not *ast.Identifier goroutine 360382 [running]:\nruntime/debug.Stack()\n\truntime/debug/stack.go:26 +0x5e\ngithub.com/microsoft/typescript-go/internal/lsp.(*Server).recover(0xc000138608, 0xc04efb0990)\n\tgithub.com/microsoft/typescript-go/internal/lsp/server.go:572 +0x58\npanic({0xb82b40?, 0xc04ea389c0?})\n\truntime/panic.go:783 +0x132\ngithub.com/microsoft/typescript-go/internal/ast.(*Node).AsIdentifier(...)\n\tgithub.com/microsoft/typescript-go/internal/ast/ast.go:1203\ngithub.com/microsoft/typescript-go/internal/ast.(*Node).Text(0xb96bc0?)\n\tgithub.com/microsoft/typescript-go/internal/ast/ast.go:306...
@jakebailey Look at this other example, deleting a closing tag, it starts panicking everywhere. ``` [ERROR][2025-11-20 10:05:07] /usr/share/nvim/runtime/lua/vim/lsp/log.lua:151 "rpc" "tsgo" "stderr" "panic handling request textDocument/documentHighlight did not expect KindJsxElement to...
I provided two videos showing the error @RyanCavanaugh @jakebailey If you need me to provide more info, let me know