Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No way to know which call the error comes from #29

Open
yaoyao-ict opened this issue Jun 16, 2021 · 0 comments
Open

No way to know which call the error comes from #29

yaoyao-ict opened this issue Jun 16, 2021 · 0 comments
Assignees

Comments

@yaoyao-ict
Copy link
Contributor

Currently there is no way of knowing where the error comes from
e.g.
here userError could come from getting the user or updating the user, just by looking at userError one can't tell
const [{ data: currentUser, error: userError }, { update: updateUser }]
= useUser(customerLevelVariables);

@zlike zlike self-assigned this Aug 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants