i just start implement moralis on my project for a few days, my project is for NFT related things, i only have 2 function moralis in my project for now :
- authenticate with metamask
- getNativeBalance().
this problem occurred when i received error regarding webpack 5 polyfill issues, and try solved it using react-app-rewired from this solution https://github.com/facebook/create-react-app/issues/11756#issuecomment-1001130053
the problem is solved and my app can running again, but then i received the error above.
before i update to Moralis 2.0 everything just working fine, now i try downgrade it again but i still cant use the function