Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] WagmiAdapter: Cannot read properties of undefined (reading 'id') #2862

Open
alanwu4321 opened this issue Sep 17, 2024 · 0 comments
Open
Labels
bug Something isn't working needs review

Comments

@alanwu4321
Copy link

Link to minimal reproducible example

https://docs.reown.com/appkit/next/core/installation

Summary

After create-next-app and following the exact instructions on https://docs.reown.com/appkit/next/core/installation

I kept getting TypeError: Cannot read properties of undefined (reading 'id') on the line new WagmiAdapter({

image

List of related npm package versions

  "dependencies": {
    "@reown/appkit-adapter-wagmi": "^1.0.1",
    "@reown/appkit-core": "^1.0.1",
    "@tanstack/react-query": "^5.56.2",
    "@wagmi/core": "^2.13.5",
    "networks": "link:@reown/appkit/networks",
    "next": "14.2.11",
    "react": "^18",
    "react-dom": "^18",
    "viem": "^2.21.8",
    "wagmi": "^2.12.12"
  },
  "devDependencies": {
    "@types/node": "^20",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "eslint": "^8",
    "eslint-config-next": "14.2.11",
    "postcss": "^8",
    "tailwindcss": "^3.4.1",
    "typescript": "^5"
  }
@alanwu4321 alanwu4321 added bug Something isn't working needs review labels Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs review
Projects
None yet
Development

No branches or pull requests

1 participant