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
Currently, data source hooks such as useHoldings don't return anything or handle errors; as a result, undefined values are returned to the UI, which results in a crash. We need to better manage errors and default returns in the case of missing data.
Acceptance Criteria
Conditional chaining for data returned to UI has default values & better error handling.
The text was updated successfully, but these errors were encountered:
Description
Currently, data source hooks such as
useHoldings
don't return anything or handle errors; as a result, undefined values are returned to the UI, which results in a crash. We need to better manage errors and default returns in the case of missing data.Acceptance Criteria
The text was updated successfully, but these errors were encountered: