We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
bug report
FieldArrayProps is included from final-form and throws an error
/node_modules/final-form/dist/index has no exported member 'FieldArrayProps'
react-final-form-arrays/src/index.d.ts
Line 2 in 32367dc
Should not throw Typescript exception, but it looks like FieldArrayProps does not exist in https://github.com/final-form/final-form/blob/master/src/index.d.ts
The text was updated successfully, but these errors were encountered:
I'll take a shot at this one @erikras and add some tests. If you can fix the build issue final-form/final-form-arrays#7 that will be helpful.
Sorry, something went wrong.
No branches or pull requests
Are you submitting a bug report or a feature request?
bug report
What is the current behavior?
FieldArrayProps is included from final-form and throws an error
react-final-form-arrays/src/index.d.ts
Line 2 in 32367dc
What is the expected behavior?
Should not throw Typescript exception, but it looks like FieldArrayProps does not exist in https://github.com/final-form/final-form/blob/master/src/index.d.ts
The text was updated successfully, but these errors were encountered: