Skip to content

Commit d2b6063

Browse files
fix(core, docs): update core to match devtools, fix docs config (#1739)
1 parent 467ff47 commit d2b6063

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.changeset/plenty-paws-wait.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@tanstack/form-core': minor
3+
---
4+
5+
Bump core to match devtools, docs config update

docs/config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,10 @@
157157
{
158158
"label": "Debugging",
159159
"to": "framework/react/guides/debugging"
160+
},
161+
{
162+
"label": "Devtools",
163+
"to": "framework/react/guides/devtools"
160164
}
161165
]
162166
},
@@ -586,6 +590,10 @@
586590
{
587591
"label": "Field Errors From Form Validators",
588592
"to": "framework/react/examples/field-errors-from-form-validators"
593+
},
594+
{
595+
"label": "Devtools",
596+
"to": "framework/react/examples/devtools"
589597
}
590598
]
591599
},

0 commit comments

Comments
 (0)