Skip to content

Commit

Permalink
feat: working migration to xstate v5
Browse files Browse the repository at this point in the history
  • Loading branch information
agrattan0820 committed Feb 4, 2024
1 parent 05b13b3 commit 8c21663
Show file tree
Hide file tree
Showing 7 changed files with 581 additions and 27 deletions.
4 changes: 2 additions & 2 deletions apps/client/src/app/global-error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export default function GlobalError({
<html>
<body>
{/* This is the default Next.js error component but it doesn't allow omitting the statusCode property yet. */}
<NextError statusCode={undefined as any} />
<NextError statusCode={undefined as never} />
</body>
</html>
);
}
}
2 changes: 1 addition & 1 deletion apps/client/src/app/how-to-play/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const ImageFigure = ({

export default function HowToPlay() {
return (
<main className="container mx-auto px-4 py-16 md:py-32 ">
<main className="container mx-auto px-4 py-16 md:py-32">
<section className="prose mx-auto text-white prose-headings:text-white prose-a:text-white prose-a:underline-offset-2 prose-a:transition hover:prose-a:text-indigo-200 prose-blockquote:text-white">
<h1>How to Play</h1>
<p>
Expand Down
Loading

0 comments on commit 8c21663

Please sign in to comment.