Skip to content

Commit a163264

Browse files
committed
update table of contents
1 parent eb7b5fd commit a163264

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ console.log(selectTotal(exampleState)) // { total: 2.322 }
8888
- [Customize `equalityCheck` for `defaultMemoize`](#customize-equalitycheck-for-defaultmemoize)
8989
- [Use memoize function from Lodash for an unbounded cache](#use-memoize-function-from-lodash-for-an-unbounded-cache)
9090
- [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)
9195
- [FAQ](#faq)
9296
- [Q: Why isn’t my selector recomputing when the input state changes?](#q-why-isnt-my-selector-recomputing-when-the-input-state-changes)
9397
- [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)

0 commit comments

Comments
 (0)