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
The registerChangeListener does not give previous state value in params.
store.registerChangeListener(["prop1","prop2"],(...params)=>{constprevProp1Value=params[0][0];// Here, prevProp1Value does not give previous store value.},false);