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

Property 'fieldKey' does not exist on type 'FormListFieldData' #1560

Closed
jmorettoni opened this issue Jan 15, 2022 · 2 comments · Fixed by #1599
Closed

Property 'fieldKey' does not exist on type 'FormListFieldData' #1560

jmorettoni opened this issue Jan 15, 2022 · 2 comments · Fixed by #1599

Comments

@jmorettoni
Copy link

I faced this error after update metaplex repo on my project.

./src/views/artCreate/index.tsx:738:45
Type error: Property 'fieldKey' does not exist on type 'FormListFieldData'

@khoiuit99
Copy link

Same, how to fix it?

@yusefnapora
Copy link
Contributor

It looks like fieldKey was removed in this PR and released in 4.18.0.

Metaplex is using antd@^4.16.12, which was resolved to 4.17.3 in the yarn.lock that's currently checked into master. But if you have to regenerate the lockfile today, you'll get 4.18.4, which doesn't have fieldKey any longer.

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 a pull request may close this issue.

3 participants