Closed killthebuddh4 closed 2 years ago
If you try to use the useLaunch hook outside of a wagmi context, it fails because it uses useEnsAddress from wagmi.
useLaunch
wagmi
useEnsAddress
The useLaunch hook should be useable in any component.
N/A
Is there an existing issue for this?
Current Behavior
If you try to use the
useLaunch
hook outside of awagmi
context, it fails because it usesuseEnsAddress
fromwagmi
.Expected Behavior
The
useLaunch
hook should be useable in any component.Steps To Reproduce
N/A