relaycc / receiver

Relay Receiver is a React library that makes it easy to add Web3 messaging to your website.
http://www.demo.relay.cc
MIT License
39 stars 2 forks source link

`useLaunch` hook not usable outside of a `wagmi` context #38

Closed killthebuddh4 closed 2 years ago

killthebuddh4 commented 2 years ago

Is there an existing issue for this?

Current Behavior

If you try to use the useLaunch hook outside of a wagmi context, it fails because it uses useEnsAddress from wagmi.

Expected Behavior

The useLaunch hook should be useable in any component.

Steps To Reproduce

N/A