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
Pull to Refresh when filters are applied -- the button does not change colors nor are the filters listed >on the popup, nor are they applied to the list after PTR-ing. It takes tapping the button again for the >filters to be applied.
Desired behavior: On PTR, filters should not be cleared. I think it is safe to assume that the filter categories will not change after a PTR, so we should be fine just preventing the rebuilding of fresh filters in getDerivedStateFromProps.
The text was updated successfully, but these errors were encountered:
Problem first stated in #3348 by @drewvolz:
Desired behavior: On PTR, filters should not be cleared. I think it is safe to assume that the filter categories will not change after a PTR, so we should be fine just preventing the rebuilding of fresh filters in
getDerivedStateFromProps
.The text was updated successfully, but these errors were encountered: