When clearing the taxonomies in the Stories page, the URL is correctly updated but the filters are persisted.
We probably need to explicitly call FilterActions.CLEAR_TAXONOMY when clicking on the Clear Filters button, if we want to keep the router agnostic and move away from the navigate hook from react-router-dom.
URL:
Blocking a release? (y/n): n
Regression issue? (y/n): y
[If yes, add Regression label]
Context
When clearing the taxonomies in the Stories page, the URL is correctly updated but the filters are persisted.
We probably need to explicitly call
FilterActions.CLEAR_TAXONOMY
when clicking on theClear Filters
button, if we want to keep the router agnostic and move away from thenavigate
hook fromreact-router-dom
.URL:
Blocking a release? (y/n): n
Regression issue? (y/n): y [If yes, add Regression label]
Priority:
Steps to reproduce the issue