Closed bruceharris closed 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
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