henkaku-center / mono-auction-interface

https://mono-auction-interface.vercel.app
6 stars 4 forks source link

added button to connect a wallet #16

Closed CanIyu closed 1 year ago

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mono-auction-interface ❌ Failed (Inspect) Aug 24, 2023 3:44pm
geeknees commented 1 year ago

https://github.com/henkaku-center/mono-auction-interface/pull/17 と重複してそうなので最新を活かして、いったんこちらは閉じておきます。

geeknees commented 1 year ago

レビューありがとうございます。 ごめんなさい後追いでのpull request でそちら修正してます。 具体的には next.confg.js にそのエラーを回避するものを記載しております。

でこちらを reopen

geeknees commented 1 year ago
スクリーンショット 2023-08-26 12 36 51

あとで見ます〜

geeknees commented 1 year ago

@CanIyu 下記のエラーが出てました。

https://github.com/henkaku-center/mono-auction-interface/pull/16/files#diff-6efdf509a785a0658b2e31a8c33d298de14321d9672179370e99cc76241c1eb0L4 こちらの変更が原因のようなのですが僕の方で修正可能なのでこちらマージして別PRで修正します。

npm run build

> mono-auction-interface@0.1.0 build
> next build

- info Creating an optimized production build
- info Compiled successfully

Failed to compile.

./app/page.tsx
4:1  Warning: Unexpected default export of anonymous function  import/no-anonymous-default-export
4:16  Error: Component definition is missing display name  react/display-name

info  - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules
- info Linting and checking validity of types .%