Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"wagmi": "2.x",
"seismic-viem": "workspace:*",
"seismic-react": "workspace:*",
"@privy-io/react-auth": "^2.6.2",
"@privy-io/react-auth": "^3.7.0",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Peer dependency mismatch with wagmi package

Upgrading @privy-io/react-auth to version ^3.7.0 creates a peer dependency conflict with @privy-io/wagmi version ^1.0.3, which requires @privy-io/react-auth version ^2.0.0. The wagmi package needs to be upgraded to version ^2.0.0 or higher to support @privy-io/react-auth version 3.x, as confirmed by Privy's changelog indicating version 2.0.0 was released specifically for this compatibility.

Fix in Cursor Fix in Web

"@privy-io/wagmi": "^1.0.3",
"@rainbow-me/rainbowkit": "^2.0.0",
"@tanstack/react-query": "^5.67.3",
Expand Down
Loading