[SOLVED] Cant import 'useNFTBalances'

I’m getting this error: Attempted import error: ‘useNFTBalances’ is not exported from ‘react-moralis’.

And this is the line of code where I’m trying to import this hook:
import { useMoralis, useNFTBalances } from “react-moralis”;

Thank you

Hi @fjvaldes1

Can u try the fixes under this thread.

I had an older version of react-moralis installed…thanks!