File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,10 @@ console.log(selectTotal(exampleState)) // { total: 2.322 }
88
88
- [ Customize ` equalityCheck ` for ` defaultMemoize ` ] ( #customize-equalitycheck-for-defaultmemoize )
89
89
- [ Use memoize function from Lodash for an unbounded cache] ( #use-memoize-function-from-lodash-for-an-unbounded-cache )
90
90
- [ createStructuredSelector({inputSelectors}, selectorCreator = createSelector)] ( #createstructuredselectorinputselectors-selectorcreator--createselector )
91
+ - [ Development-only checks] ( #development-only-checks )
92
+ - [ ` inputStabilityCheck ` ] ( #inputstabilitycheck )
93
+ - [ Global configuration] ( #global-configuration )
94
+ - [ Per-selector configuration] ( #per-selector-configuration )
91
95
- [ FAQ] ( #faq )
92
96
- [ Q: Why isn’t my selector recomputing when the input state changes?] ( #q-why-isnt-my-selector-recomputing-when-the-input-state-changes )
93
97
- [ Q: Why is my selector recomputing when the input state stays the same?] ( #q-why-is-my-selector-recomputing-when-the-input-state-stays-the-same )
You can’t perform that action at this time.
0 commit comments