Skip to content

Commit 03c2bee

Browse files
fix: improve perf and fix Start usage (#1882)
* bumps up the @tanstack/react-store dependency to 0.8.0 * test -- example deps * chore: fix PNPM lock * chore: add changest --------- Co-authored-by: Corbin Crutchley <git@crutchcorn.dev>
1 parent 292de34 commit 03c2bee

File tree

6 files changed

+17
-25
lines changed

6 files changed

+17
-25
lines changed

.changeset/lucky-ants-eat.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@tanstack/react-form': patch
3+
---
4+
5+
Minorly improve performance and fix issues with Start

examples/react/next-server-actions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@tanstack/react-form-nextjs": "^1.26.0",
12-
"@tanstack/react-store": "^0.7.7",
12+
"@tanstack/react-store": "^0.8.0",
1313
"next": "15.5.3",
1414
"react": "^19.0.0",
1515
"react-dom": "^19.0.0"

examples/react/remix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@remix-run/react": "^2.17.1",
1313
"@remix-run/serve": "^2.17.1",
1414
"@tanstack/react-form-remix": "^1.26.0",
15-
"@tanstack/react-store": "^0.7.7",
15+
"@tanstack/react-store": "^0.8.0",
1616
"isbot": "^5.1.30",
1717
"react": "^19.0.0",
1818
"react-dom": "^19.0.0"

examples/react/tanstack-start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@tanstack/react-form-start": "^1.26.0",
1515
"@tanstack/react-router": "^1.134.9",
1616
"@tanstack/react-start": "^1.134.9",
17-
"@tanstack/react-store": "^0.7.7",
17+
"@tanstack/react-store": "^0.8.0",
1818
"react": "^19.0.0",
1919
"react-dom": "^19.0.0"
2020
},

packages/react-form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
],
5353
"dependencies": {
5454
"@tanstack/form-core": "workspace:*",
55-
"@tanstack/react-store": "^0.7.7"
55+
"@tanstack/react-store": "^0.8.0"
5656
},
5757
"devDependencies": {
5858
"@types/react": "^19.0.7",

pnpm-lock.yaml

Lines changed: 8 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)