-
Robert Knight authored
Fix an issue where the selector would return a new array on each call, even if called with the same arguments. Instead the correct way to capture multiple values from the state is to pass multiple arguments to `createSelector`.
39e53204