Skip to content

Commit

Permalink
Breaking the type for AppProps to cause a failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jst-cyr committed Sep 5, 2021
1 parent 8094c5d commit f5bc3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
@@ -1,7 +1,7 @@
import '../styles/globals.css'
import type { AppProps } from 'next/app'

function MyApp({ Component, pageProps }: AppProps) {
function MyApp({ Component, pageProps }: AppPropss) {
return <Component {...pageProps} />
}
export default MyApp

1 comment on commit f5bc3b8

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment has failed.

Please sign in to comment.