Skip to content

Commit

Permalink
Merge branch 'canary' into add-sharp-warning-next-build
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Aug 11, 2021
2 parents f8cbee5 + b4be678 commit f0c4186
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_deploy.yml
Expand Up @@ -253,7 +253,7 @@ jobs:

- run: ./scripts/publish-release.sh

prStats:
releaseStats:
name: Release Stats
runs-on: ubuntu-latest
needs: [publishRelease]
Expand Down
7 changes: 0 additions & 7 deletions packages/next/client/image.tsx
Expand Up @@ -57,13 +57,6 @@ type OnLoadingComplete = (result: {

type ImgElementStyle = NonNullable<JSX.IntrinsicElements['img']['style']>

interface StaticImageData {
src: string
height: number
width: number
blurDataURL?: string
}

interface StaticRequire {
default: StaticImageData
}
Expand Down

0 comments on commit f0c4186

Please sign in to comment.