-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pull to refresh behavior issues #57
Comments
Thanks for raising this @heoblitz and for tracking down the cause! |
I've modified the binding logic to get the latest value instead of setting custom isDuplicated. I'll conduct some additional testing. Thank you. Test Project |
Hello, first of all, thank you for creating this amazing open-source project.
I encountered a bug with pull to refresh after updating to version 0.6.0.
In some cases, there are states in the store, like token or since, that are unrelated to the view. However, it seems that with the recent commit (865ef58), when the state changes, the Router also updates simultaneously, causing the pull to refresh not to work.
So I was wondering if I could open a PR on TCARouter to allow for setting viewStore isDuplicated closures in the initializer. ( I think that would also allow for optimizations for route updates. )
Simulator.Screen.Recording.-.iPhone.15.Pro.-.2023-09-25.at.13.53.07.mp4
TCACoordinatorPullToRefresh.zip
The text was updated successfully, but these errors were encountered: