Skip to content

Commit 3f3d484

Browse files
AlemTuzlakautofix-ci[bot]harry-whorlow
authored
fix(form-devtools): Prevent error during devtools mount (#1978)
* chore/fix-devtools-connection * ci: apply automated fixes and generate docs * chore: changeset * fix: devtools mounted issue * ci: apply automated fixes and generate docs * update to latest utils * ci: apply automated fixes and generate docs * version bump * ci: apply automated fixes and generate docs * fix * ci: apply automated fixes and generate docs * fix --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Harry Whorlow <whorlowharry@gmail.com>
1 parent 4b031bb commit 3f3d484

File tree

5 files changed

+13
-14
lines changed

5 files changed

+13
-14
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
'@tanstack/react-form-devtools': patch
33
'@tanstack/solid-form-devtools': patch
44
'@tanstack/form-devtools': patch
5-
'@tanstack/form-core': patch
65
---
76

8-
update devtools dependencies to latest versions.
7+
fix the issue of the devtools throwing an error in strict mode

packages/form-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
],
5454
"dependencies": {
5555
"@tanstack/devtools-ui": "^0.4.4",
56-
"@tanstack/devtools-utils": "^0.2.0",
56+
"@tanstack/devtools-utils": "^0.2.3",
5757
"@tanstack/form-core": "workspace:*",
5858
"clsx": "^2.1.1",
5959
"dayjs": "^1.11.18",

packages/react-form-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"src"
5353
],
5454
"dependencies": {
55-
"@tanstack/devtools-utils": "^0.2.0",
55+
"@tanstack/devtools-utils": "^0.2.3",
5656
"@tanstack/form-devtools": "workspace:*"
5757
},
5858
"devDependencies": {

packages/solid-form-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"solid-js": ">=1.9.7"
5555
},
5656
"dependencies": {
57-
"@tanstack/devtools-utils": "^0.2.0",
57+
"@tanstack/devtools-utils": "^0.2.3",
5858
"@tanstack/form-devtools": "workspace:*"
5959
},
6060
"devDependencies": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)