Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ bun install
bun run dev
```

**npm peerDependency note:** `@dnd-kit/core` and `@dnd-kit/sortable` may print a peer warning with **React 19.1.0** because their `peerDependencies` still expect React 18.x. They are confirmed to work here on React 19. You can ignore the warning, run `npm install --legacy-peer-deps` if install fails, and rely on **`skipLibCheck: true`** in `tsconfig.json` (already set) if third-party types complain. No extra `suppressHydrationWarning` is required for dnd-kit.

### Tauri (optional)

```bash
Expand Down
Loading