Kirti Gautam
Kirti Gautam
## Description This PR resolves a lingering TypeScript issue in the HTTP server setup and improves code clarity. ### Changes #### Main Fix - **`packages/vite/src/node/http.ts`**: Replace `@ts-expect-error TODO` comment with...
## Summary Added missing dependencies and improved project configuration to follow best practices and prevent build issues. ## Changes - **excalidraw-app/package.json**: - Added `[email protected]` as devDependency (required by build scripts...
## Fix: Devtools show `null` instead of `NaN` (#1781) ### Summary This PR fixes an issue where TanStack Form Devtools incorrectly showed `null` for fields whose value was explicitly set...