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
refactor(actions): change action type prefix to @@redux-features/
to conform to how everyone else is prefixing their actions
BREAKING CHANGE: the action types have changed (they all started with `REDUX_FEATURES.`, but now
they start with `@@redux-features/` to be consistent with other packages)
0 commit comments