Fix critical React 18 bug
TLDR: wagmi
is not compatible with React 18 yet so we have to use React 17 for now. The React version was not explicitly specified by the code before so stuff was breaking.
What's Changed
- fix: Specify React version as 17 by @Dhaiwat10 in #6
Full Changelog: v0.2.0...v0.2.1