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
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[x] Feature request
[ ] Documentation issue or request
[ ] Support request
What is the current behavior?
Currently we can only pass selector functions to createSelector arguments
Expected behavior:
It would be useful to be able to pass an array of selectors to an argument of createSelector, which will return two values for the next selector in the composition
Minimal reproduction of the problem with instructions:
Most selectors take in one argument (usually the state), but in some cases a selector can take 2 or more arguments, composing an array of selectors can help to form the number arguments for the next selector.
I'm submitting a...
What is the current behavior?
Currently we can only pass selector functions to createSelector arguments
Expected behavior:
It would be useful to be able to pass an array of selectors to an argument of createSelector, which will return two values for the next selector in the composition
Minimal reproduction of the problem with instructions:
From: https://github.com/reactjs/reselect#composing-selectors
Most selectors take in one argument (usually the state), but in some cases a selector can take 2 or more arguments, composing an array of selectors can help to form the number arguments for the next selector.
💗 ngrx? Please consider supporting our collective: 👉 donate
The text was updated successfully, but these errors were encountered: