Skip to content

Commit e8da68a

Browse files
authored
upd (#1560)
1 parent 94e602c commit e8da68a

File tree

4 files changed

+1677
-279
lines changed

4 files changed

+1677
-279
lines changed

.changeset/many-spies-cheer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@inkeep/agents-manage-ui": patch
3+
---
4+
5+
fix(dashboard): use latest `react@19.3.0-canary` to fix hydration errors mismatches due radix componenents and react `useId` hook

agents-docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"next": "16.1.0",
4545
"posthog-js": "^1.308.0",
4646
"posthog-node": "^5.17.3",
47-
"react": "19.2.0",
48-
"react-dom": "19.2.0",
47+
"react": "19.3.0-canary-6a0ab4d2-20260121",
48+
"react-dom": "19.3.0-canary-6a0ab4d2-20260121",
4949
"react-icons": "^5.5.0",
5050
"remark": "^15.0.1",
5151
"remark-emoji": "^5.0.1",

agents-manage-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@
9696
"nuqs": "^2.4.3",
9797
"pino": "^9.9.0",
9898
"pino-pretty": "^13.1.1",
99-
"react": "19.2.0",
99+
"react": "19.3.0-canary-6a0ab4d2-20260121",
100100
"react-colorful": "^5.6.1",
101101
"react-day-picker": "^9.9.0",
102-
"react-dom": "19.2.0",
102+
"react-dom": "19.3.0-canary-6a0ab4d2-20260121",
103103
"react-error-boundary": "^6.0.0",
104104
"react-hook-form": "^7.61.1",
105105
"react-resizable-panels": "^3.0.6",

0 commit comments

Comments
 (0)