We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a37bd7 commit a27a87fCopy full SHA for a27a87f
docs/tutorials/advanced-tutorial.md
@@ -1024,7 +1024,6 @@ export const IssueDetailsPage = ({
1024
- const [issue, setIssue] = useState<Issue | null>(null)
1025
const [comments, setComments] = useState<Comment[]>([])
1026
- const [commentsError, setCommentsError] = useState<Error | null>(null)
1027
-+ const [commentsError] = useState<Error | null>(null)
1028
1029
+ const dispatch = useDispatch()
1030
0 commit comments