0

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 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.