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 current error (and loading state) handling in the
ProductSummaryListrelative to theproductSearchquery 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 nullduringloadingor in case theproductSearchquery failed.