0
votes

I am getting cached data by getting the user on SSR... so this is a user, I can get data from thru-out the app. Whenever I try to get at "user properties".... I always get a TS error, like the following:

enter image description here

I tried, but not working:

   export default function useUserCache (select?: $FixMe): QueryObserverResult<User, Error>
1

1 Answers

1
votes

A QueryObserverResult contains a data property where all your data, and likely also the email, is.