Hi,

As i got this strange error TypeError: this.LS_Qfy.LS_WPo is undefined
i debugged the javascript code i wrote to handle LS updates.
It seems that itemUpdate.getNewValue(schema[i]) throws this error, where schema[i] is array which contains all schema properties for which the user is subscribed.It seems that this error is always thrown exactly for one concrete prop of the schema properties. Since most of the schema properties are dynamically managed (add/remove on demand) i checked for this one, but it is static, i.e. it is added at initialization time is never removed.
Any help will be appreciated.

Thanks.