adopted-ember-addons / adopted-ember-addons/ember-local-storage
Updating values outside of the addon
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 220
- Forks
- 78
- PR merge metrics
- No merged PRs in 30d
Description
I am having some issues where if I change localStorage manually, outside of Ember, then get the property with `storageFor` it does not update the values. Is there a way to notify the addon that things changed? I assumed `storageFor` would be doing basically `localStorage.getItem` but it appears to be getting old values.
Contributor guide
Assessment
This issue has not been assessed yet.