I’m trying to authenticate
const { Moralis, authenticate, isAuthenticated, isInitialized } = useMoralis();
await Moralis.authenticate()
after calling above and error is thrown as below
Uncaught (in promise) TypeError: _ParseUser.default.currentAsync is not a function
My Dependencies
“moralis”: “^1.8.1”,
“react-moralis”: “^1.3.5”,