Rajbir Johar
Rajbir Johar
When the menu is open on mobile devices, the `` element grabs focus automatically which is expected. Now the issue is that the mobile keyboard also pops up and covers...
**Describe the bug** Received this error when trying to import DxfParser. ``` Could not find a declaration file for module 'dxf-json'. '/Users/rajbirjohar/Projects/oxygen/oxygen-ui/node_modules/.pnpm/[email protected]/node_modules/dxf-json/dist/bundle.mjs' implicitly has an 'any' type. There are types...
### Describe the bug We have three routes: `index.tsx` ```tsx import { createFileRoute } from "@tanstack/react-router"; import { z } from "zod"; const indexFilters = z.object({ search: z.string().catch("").optional(), }); const...
Hey love this package. Not sure if it's even possible but was wondering if there were plans to implement auto-generated movements? I guess emulating mouse movement to give the impression.
### Which project does this relate to? Router ### Describe the bug Our team upgraded the router package to `1.121.21` and the router-cli is currently at `11.121.21`. One of our...