MoralisWeb3 / react-moralis

Hooks and components to use Moralis in a React app
MIT License
623 stars 167 forks source link

TypeError: Moralis.setEnableWeb3 is not a function #54

Closed vinybnb closed 2 years ago

vinybnb commented 2 years ago

For the new SDK of Moralis, we have Moralis.setEnableWeb3() function but in react moralis, I couldn't find it.

ErnoW commented 2 years ago

We do not have a hook for this in react-moralis. But you have access to the Moralis instance. So you can call it directly on Moralis, like you would in any JS project. I hope this helps.

vinybnb commented 2 years ago

ok I use the latest version of Moralis and it's ok