Closed as not planned
Description
Check existing issues
- I checked there isn't already an issue for the bug I encountered.
Describe the bug
When I created a Next.js Wagmi project using create-wagmi, there was a TypeScript error in the src/wagmi.ts
file:
Link to Minimal Reproducible Example
Steps To Reproduce
No response
What Wagmi package(s) are you using?
wagmi, create-wagmi
Wagmi Package(s) Version(s)
2.15.2
Viem Version
2.29.2
TypeScript Version
No response
Anything else?
We might need to update this line to:
walletConnect({ projectId: process.env.NEXT_PUBLIC_WC_PROJECT_ID || '' }),