I experience a strange behavior with my App. An old version of a function is used. I am using local storage, but the local storage in the browser is showing an outdated structure. What could cause this effect? Any idea?
UI Builder
Browser
I experience a strange behavior with my App. An old version of a function is used. I am using local storage, but the local storage in the browser is showing an outdated structure. What could cause this effect? Any idea?
UI Builder
Browser
I have found the mistake I have made. I have not initialized the variable that should be part of the Local Storage. That means it is undefined and therefore was not stored. For test purposes I introduced a new variable in the Local Storage and could simulate the behavior.
Sorry for bothering you with nothing.