Skip to content

Remove unused way of importing reducers/actions from components, as arrays with…

Jure requested to merge remove_action_reducers_arrays into master

Remove unused way of importing reducers/actions from components, as arrays with many reducers/actions. This was meant for super-components, collections of many components, but it isn't practical in the current implementation and there are no such components.

As discussed here: !88 (comment 6181)

Merge request reports