microsoft / overreact-core

Core components for Overreact, a universal data layer for React
MIT License
7 stars 11 forks source link

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

Open yaoyao-ict opened 3 years ago

yaoyao-ict commented 3 years ago

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);