Skip to content

Commit

Permalink
Fix TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhacks committed Aug 15, 2023
1 parent 7ee3718 commit 423b293
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ console.log(selectTotal(exampleState)) // { total: 2.322 }
- [Q: How do I test a selector?](#q-how-do-i-test-a-selector)
- [Q: Can I share a selector across multiple component instances?](#q-can-i-share-a-selector-across-multiple-component-instances)
- [Q: Are there TypeScript Typings?](#q-are-there-typescript-typings)
- [Q: I am seeing a TypeScript error: `Type instantiation is excessively deep and possibly infinite`](#q-i-am-seeing-a-typescript-error-type-instantiation-is-excessively-deep-and-possibly-infinite)
- [Q: How can I make a curried selector?](#q-how-can-i-make-a-curried-selector)
- [Related Projects](#related-projects)
- [re-reselect](#re-reselect)
Expand Down

0 comments on commit 423b293

Please sign in to comment.