re-rxjs / react-rxjs.org

React-RxJS website
https://react-rxjs.org
0 stars 10 forks source link

Fix issue count hook name #51

Closed bruceharris closed 2 years ago

bruceharris commented 2 years ago

Before this fix, IssuesPageHeader references useCurrentRepoOpenIssuesCount, which is not defined in state.ts This corrects the import and reference to the function defined in https://github.com/re-rxjs/react-rxjs-github-issues-example/blob/master/src/state.ts#L74 and also on line 318 of github-issues.md