Skip to content

Commit

Permalink
remove semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
hernanif1 committed Sep 15, 2022
1 parent 4b6bf8c commit f1ad099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/start/overview.md
Expand Up @@ -393,7 +393,7 @@ Instead of waiting for the data for the next page, you can [`defer`][defer] data
// defer enables suspense for the un-awaited promises
return defer({ issue, comments, history });
}}
/>;
/>

function Issue() {
const { issue, history, comments } = useLoaderData();
Expand Down

0 comments on commit f1ad099

Please sign in to comment.