You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related Files: ListModalContainer, states/visualizations/actions
We have to refractor the ListModalContainer as it is very messy now and many of the actions of visualization are hard to reuse. For example, there are many input parameters for the action that could be retrieved in the background with hook and selector in the store, instead of getting them in the container.
The text was updated successfully, but these errors were encountered:
I remember the issue we talked about when creating a visualisation. It seems that I found the solution when I encountered the same problem:
redux-utilities/redux-actions#61
Related Files: ListModalContainer, states/visualizations/actions
We have to refractor the ListModalContainer as it is very messy now and many of the actions of visualization are hard to reuse. For example, there are many input parameters for the action that could be retrieved in the background with hook and selector in the store, instead of getting them in the container.
The text was updated successfully, but these errors were encountered: