Skip to content

Fix crash on cart items deleting

Mateusz Żebrak requested to merge mzebrak/fixes into develop

There seems to be an race when item deletion occurs, because previously it was not awaited and textual seemed to render LoadingIndicator when it was unmounted yet.

This caused in: AttributeError: 'LoadingIndicator' object has no attribute '_start_time'

agrabowska_-Mon_Aug_28_2023_11_00_30_GMT+0200__czas_środkowoeuropejski_letni__1.txt

Merge request reports