Skip to content

Commit

Permalink
Add comment note about card listing
Browse files Browse the repository at this point in the history
refs #49
  • Loading branch information
franthormel committed Jun 26, 2024
1 parent 3dda229 commit 843a2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const metadata: Metadata = {
creator: 'franthormel',
publisher: 'franthormel',
}

// NOTE: This is client-side due to some hydration error (https://nextjs.org/docs/messages/react-hydration-error#solution-2-disabling-ssr-on-specific-components)
const CardListings = dynamic(() => import('./_component/card-listings'), { ssr: false })

export default function Home() {
Expand Down

0 comments on commit 843a2de

Please sign in to comment.