Skip to content

Commit 73849f7

Browse files
fix(dapp): pin @reown/appkit to 1.7.5 to restore connect modal compatibility (#989)
The AppKit modal rendered by ^1.8.17 uses shadow DOM in a way that breaks Playwright test automation (locators cannot find modal elements). Pin to 1.7.5 to restore testability until a compatible upgrade path is available. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 7e749c9 commit 73849f7

File tree

2 files changed

+295
-1339
lines changed

2 files changed

+295
-1339
lines changed

advanced/dapps/react-dapp-v2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@noble/curves": "^2.0.0",
1919
"@noble/hashes": "^2.0.0",
2020
"@polkadot/util-crypto": "^14.0.0",
21-
"@reown/appkit": "^1.8.17",
21+
"@reown/appkit": "1.7.5",
2222
"@solana/web3.js": "^1.98.4",
2323
"@stacks/transactions": "^7.3.1",
2424
"@ton/core": "^0.63.0",

0 commit comments

Comments
 (0)