rabbykit icon indicating copy to clipboard operation
rabbykit copied to clipboard

Error can't be used with wagmi 2.x (not specified in package dependency)

Open Miguiz opened this issue 2 years ago • 1 comments

When i try this kit i have this error :

✘ [ERROR] Missing "./connectors/walletConnect" specifier in "@wagmi/core" package [plugin vite:dep-pre-bundle]

node_modules/esbuild/lib/main.js:1374:21:
  1374 │         let result = await callback({
       ╵                      ^

Can you upgrade your kit that can use wagmi 2.x or lock dependency in package.json ?

Ty,

Miguiz avatar Jan 09 '24 16:01 Miguiz

An upgrade to Wagmi v2 is being planned. Rabbykit is currently based on Wagmi v1. You can specifically install the version. We don’t want these to have multiple versions in the user project, so these are peerDependencies.

dmy147 avatar Jan 10 '24 02:01 dmy147

closed since already support wagmi v2

vvvvvv1vvvvvv avatar Dec 24 '24 10:12 vvvvvv1vvvvvv