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
Copy file name to clipboardExpand all lines: README.md
+28-2Lines changed: 28 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -467,6 +467,10 @@ Declares a section of state that is derived via the given selector function.
467
467
468
468
The local part of state that the `select` property was attached to.
469
469
470
+
- dependencies (Array, not required)
471
+
472
+
If this selector depends on other selectors your need to pass these selectors in here to indicate that is the case. Under the hood we will ensure the correct execution order.
473
+
470
474
Select's have their outputs cached to avoid unnecessary work, and will be executed
0 commit comments