Skip to content

Commit

Permalink
docs: remove duplicate example attribute (#9267)
Browse files Browse the repository at this point in the history
  • Loading branch information
hernanif1 committed Sep 15, 2022
1 parent a865e51 commit c47e6ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions contributors.yml
Expand Up @@ -104,3 +104,4 @@
- xavier-lc
- xcsnowcity
- yuleicul
- hernanif1
3 changes: 1 addition & 2 deletions docs/start/overview.md
Expand Up @@ -393,8 +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 });
}}
element={<Issue />}
/>;
/>

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

0 comments on commit c47e6ac

Please sign in to comment.