web-client-ui icon indicating copy to clipboard operation
web-client-ui copied to clipboard

Add redux reset action

Open mattrunyon opened this issue 1 year ago • 0 comments

We currently do not have a way to fully reset the redux state in DHE. We export the store already configured, so we would have to duplicate the createStore logic in DHE to fully reset redux.

We should add a root level reset that recreates the store. See this post for more insight

mattrunyon avatar May 13 '24 20:05 mattrunyon