-
Notifications
You must be signed in to change notification settings - Fork 107
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
Change not detecting #56
Comments
|
By What does this mean? (from README) I assumed that whenever the storage value gets change it automatically changes all the decorated property. What do you suggest to achieve such thing?? |
I'm seeing the same thing. For example. I have lists on 3 separate pages--different data. When I start the app initially and go back and forth between the first two lists they never cache and reload from localstorage. If I hit refresh, they do load the cached data. But if I then navigate between the three lists, only the first two load from localStorage. The third one does not unless I refresh the page again after having opened. @lekhnath Did you have any luck with this? @marcj I understand you're probably really busy(thus trying to get someone else to maintain.) Any insight would help--I'm going to try to troubleshoot it myself. I'll post something If I find out a workaround. |
@inmodify No, this issue still exists to me. |
@lekhnath I can solve the issue by moving all of my services to the global or app level, thank you. That seems like a bad practice, but I think you're right--that would solve my problem, both ways, technically. I may dig back into this, after my deadline, we did this in the durandal world using a knockout extension that wrapped localForage. |
while changing class property decorated with @sessionStorage() the value stored in SessionStorage indeed changes, but the change is not reflected in decorated property elsewhere in the application. I need to manually refresh to whole browser to restore the value from SessionStorage in decorated property.
The text was updated successfully, but these errors were encountered: