Skip to content

Commit

Permalink
Add temporary workaround for async JSX
Browse files Browse the repository at this point in the history
  • Loading branch information
glennreyes committed Mar 11, 2023
1 parent bcbe883 commit b3c4097
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ export default function Home() {
return (
<>
<HeroSection />
{/* eslint-disable-next-line @typescript-eslint/ban-ts-comment */}
{/* @ts-ignore-error Server Components */}
<PostsSection />
</>
);
Expand Down

0 comments on commit b3c4097

Please sign in to comment.