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
When fetching new boundary data for breadcrumbs, we should implement a comparison with previously displayed items to ensure optimal updates and maintain UI consistency.
Current Behavior
Currently, in debouncedItemsFetch, new boundary data directly replaces the previous items without any comparison:
Background
When fetching new boundary data for breadcrumbs, we should implement a comparison with previously displayed items to ensure optimal updates and maintain UI consistency.
Current Behavior
Currently, in
debouncedItemsFetch
, new boundary data directly replaces the previous items without any comparison:Proposed Enhancement
Implement a comparison mechanism between newly fetched boundaries and existing items before updating the breadcrumbs state.
References
The text was updated successfully, but these errors were encountered: