reimagined/resolve

useReduxViewModel tries to update a component on the previous page, which drops a React error in the console

Opened this issue · 0 comments

When I navigate from a page that has a view model-connected component to a different page that also uses a view model, the useReduxViewModel method on the new page tries to send an update (here) to the component on the previous page.

This issue can be reproduced with the shopping-list-redux demo just by navigating from the shopping list index to an individual list:

image


image