Error: connector is required #683
BakhtiyarKZ
started this conversation in
General
Replies: 1 comment 1 reply
-
There is a slight change in version 0.5 you can see an example here: https://wagmi.sh/docs/hooks/useConnect const { connect, connectors } = useConnect(); <button onClick={() => connect({ connector: connectors[0] })}>
Connect
</button> |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, after updating from 0.3 to 0.5 I have this error. How I can resolve it?
Error: connector is required at Object.mutationFn$5 [as mutationFn]
Beta Was this translation helpful? Give feedback.
All reactions