-
Notifications
You must be signed in to change notification settings - Fork 91
Merge ts beta #553
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
Merge ts beta #553
Conversation
This is an experimental commit to check build process and its ouput.
Circle CI was runing out of memory
- added AnyObject type for extensible props - fixed component mapper expecting string instead of react component - fixed useFieldApi return type to accept other props that input and meta - fixed missing component type in form template - fixed SormSpy not being exported as component - added form template render props - fixed wrong return type of useFormApi hook - fixed field validator type schema definition
- fixed constants not properly exporting the definitions objecs - fixed condtion type not allowing nested condition schema - fixed FieldArray not exporting component type with props - fixed field schema not allowing single condition - fixed field schema not accepting actions object - make form renderer extend final form props - fixed Form type net being exported as react component - fixed schema validator not accepting any arguments - changed useFieldApi type input value default to any type
I have removed There is no need for listing local dependencies (we never released common but we are referencing it in all projects) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚎
This should bring the TS changes up to date with the latest PF updates. We can fix up the types from there.