useReduxViewModel tries to update a component on the previous page, which drops a React error in the console #2241
Labels
bug
Issues related to defects and incorrect/unexpected feature behavior
severity: moderate
Issues with medium impact on the product, e.g., new features, non-critical defects, etc.
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:The text was updated successfully, but these errors were encountered: