[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!