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
It would be helpful to either be able to get a copy of the next immutable state, or at least fetch what the next values will be... This would be helpful for calculating aggregations on new data in reducers...
Getting would be preferable or at least being able to call next.value() then a set then another next.value() if I need to, but I get an error that I can't set after calling value:
Error: Cannot call set after `value`
The text was updated successfully, but these errors were encountered:
It would be helpful to either be able to get a copy of the next immutable state, or at least fetch what the next values will be... This would be helpful for calculating aggregations on new data in reducers...
Getting would be preferable or at least being able to call
next.value()
then aset
then anothernext.value()
if I need to, but I get an error that I can't set after calling value:The text was updated successfully, but these errors were encountered: