Skip to content

fix remove at wrong index#418

Open
kaz-toc wants to merge 1 commit intohackdays-io:stagingfrom
kaz-toc:feature/issue-303
Open

fix remove at wrong index#418
kaz-toc wants to merge 1 commit intohackdays-io:stagingfrom
kaz-toc:feature/issue-303

Conversation

@kaz-toc
Copy link

@kaz-toc kaz-toc commented Sep 30, 2023

wip

@vercel
Copy link

vercel bot commented Sep 30, 2023

@kaz-toc is attempting to deploy a commit to the Code for Japan Team on Vercel.

A member of the Team first needs to authorize it.

};

const NFTAttributesForm: FC<Props> = ({ control, nfts, append, remove }) => {
const NFTAttributesForm: FC<Props> = ({ control, nfts, fields, append, remove }) => {
Copy link
Author

Choose a reason for hiding this comment

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

react-hook-formの使い方が少し違っているようでした。
もう少し修正する必要がありそうです

@halsk
Copy link
Contributor

halsk commented Sep 30, 2023

@kaz-toc 早速ありがとうございます!
これは、現象としてはどのような不具合の原因になっていますでしょうか。
対応するIssueを登録していただけると大変助かります。
こちらに、他のお願い事項も書かれておりますのでご一読いただくと良いかと思います。

https://github.com/hackdays-io/mint-rally/blob/staging/CONTRIBUTING.md

Pull Request を送る場合、必ず対応する Issue 番号を追記してください。単独の Pull Request は受け付けません。

@yu23ki14
Copy link
Member

yu23ki14 commented Oct 5, 2023

こちら、ブランチ名を見る限り #303 の対応していただいている途中ですかね、ありがとうございます!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants