v3.0.1
The standard for generating action names has been changed. This only applies to the scenarios that a custom action name was not specified.
Before, if we had an reducer called orders
, we'd have a generated action name of LOAD_ORDERS
. Now, it is @ReduxPM/LoadOrders
, as in this manner it's easier to differentiate ordinary actions from the project actions.