Double check that you're not calling useAppDispatch or useAppSelector outside of the store provider context.
useAppDispatch
useAppSelector
This was the case for me. NextJS was throwing this esoteric error while collecting page data.