resolve icon indicating copy to clipboard operation
resolve copied to clipboard

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

Open VasilyStrelyaev opened this issue 3 years ago • 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

VasilyStrelyaev avatar Feb 16 '22 12:02 VasilyStrelyaev