Closed dakaizou closed 5 months ago
Thank you very much! Unfortunately the call to clear
is needed here. When sorting changes the loaded cache needs to be cleared and new data needs to be loaded from the source.
The solution was to replace a get
with a get_untracked
inside the closure clear
.
fix #39