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
Problem is, when the repository changes it's requirements, the tag does not change. In this scenario, the tag gets set when the class is constructed which means that it will always has pageNumber == 1. But if I decide to do this:
So, time to think about improving the tag here. Make sure the tag is generated dynamically each time it's needed. So, maybe make it a function? Add something to the docs?
The text was updated successfully, but these errors were encountered:
While developing an app, I just ran into this scenario:
Problem is, when the repository changes it's requirements, the tag does not change. In this scenario, the tag gets set when the class is constructed which means that it will always has pageNumber == 1. But if I decide to do this:
This will result in the incorrect tag.
So, time to think about improving the tag here. Make sure the tag is generated dynamically each time it's needed. So, maybe make it a function? Add something to the docs?
The text was updated successfully, but these errors were encountered: