Skip to content

Commit 9e53a1c

Browse files
committed
Pin @a2ui/web_core to <0.8.4 to avoid TextField breakage
web_core 0.8.4 renames TextField's `type` to `textFieldType` (google#806). Pin until the React renderer is updated to match (google#810).
1 parent 487a8e7 commit 9e53a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renderers/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"clean": "rm -rf dist"
4949
},
5050
"dependencies": {
51-
"@a2ui/web_core": "^0.8.0",
51+
"@a2ui/web_core": "<0.8.4",
5252
"clsx": "^2.1.0",
5353
"markdown-it": "^14.0.0"
5454
},

0 commit comments

Comments
 (0)