nconfrey
nconfrey
On a fresh clone, running `yarn web` or `yarn ios` fails with the following error: TypeError: Moralis.Web3 is not a constructor _useMoralisWeb3 node_modules/react-moralis/lib/index.esm.js:922 919 | * Handles enabling of web3...
The authentication function is commented out, and uncommenting it uncovers a compile error: `Argument of type '{ connector: WalletConnect; }' is not assignable to parameter of type 'AuthenticateOptions'. Object literal...
### Describe the bug I have a feed of dynamic items, like iframes, photos, and text. When I scroll downward, everything works great and the scrolling is smooth, as measured...