Skip to content

Commit

Permalink
Merge branch 'feat/update-fauna-fql-10' of https://github.com/fauna-l…
Browse files Browse the repository at this point in the history
…abs/next.js into feat/update-fauna-fql-10
  • Loading branch information
Shadid12 committed Oct 4, 2023
2 parents f099cb1 + 30a188b commit 47f18d4
Show file tree
Hide file tree
Showing 279 changed files with 63,221 additions and 10,900 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function Error({
error,
reset,
}: {
error: Error
error: Error & { digest?: string }
reset: () => void
}) {
useEffect(() => {
Expand Down Expand Up @@ -111,7 +111,7 @@ export default function Error({
error,
reset,
}: {
error: Error
error: Error & { digest?: string }
reset: () => void
}) {
return (
Expand Down Expand Up @@ -182,7 +182,7 @@ export default function GlobalError({
error,
reset,
}: {
error: Error
error: Error & { digest?: string }
reset: () => void
}) {
return (
Expand Down
Loading

0 comments on commit 47f18d4

Please sign in to comment.