You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current error (and loading state) handling in the ProductSummaryList relative to the productSearch query is too simple and does not provide feedback to the user or to the developer regarding what went wrong.
Expected Behavior
We should make it better by providing more information regarding the error and maybe even think of a way to show the user something went wrong.
Current Behavior
A simple return null during loading or in case the productSearch query failed.
The text was updated successfully, but these errors were encountered:
The current error (and loading state) handling in the
ProductSummaryList
relative to theproductSearch
query is too simple and does not provide feedback to the user or to the developer regarding what went wrong.Expected Behavior
We should make it better by providing more information regarding the error and maybe even think of a way to show the user something went wrong.
Current Behavior
A simple
return null
duringloading
or in case theproductSearch
query failed.The text was updated successfully, but these errors were encountered: