Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix remove at wrong index #418

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from

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.

append: (v: any) => void;
remove: UseFieldArrayRemove;
};

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