Iām using the following sample code from the react-moralis GitHub docs:
const ShowUniswapObserveValues = () => {
const { data, error, runContractFunction, isFetching, isLoading } =
useWeb3Contract();
...
}
This triggers an error: argument params is missing for useWeb3Contract()
https://github.com/MoralisWeb3/react-moralis#useweb3contract