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

[RFR] Migrate ra-core form code to TypeScript #2878

Merged
merged 3 commits into from
Feb 13, 2019

Conversation

djhi
Copy link
Contributor

@djhi djhi commented Feb 13, 2019

No description provided.

@djhi djhi added this to the 2.7.2 milestone Feb 13, 2019
form: string;
record?: any;
source: string;
}
Copy link
Member

Choose a reason for hiding this comment

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

I think it's missing an [key: string]: any;, since the various Form components inject more props to their children (like basePath), and these props are passed transparently to the consumer children

packages/ra-core/src/form/validate.ts Outdated Show resolved Hide resolved
@djhi djhi changed the title [RFR] Migrate ra-core form code to TypeScript [WIP] Migrate ra-core form code to TypeScript Feb 13, 2019
@djhi djhi changed the title [WIP] Migrate ra-core form code to TypeScript [RFR] Migrate ra-core form code to TypeScript Feb 13, 2019
@fzaninotto fzaninotto merged commit f08bf85 into master Feb 13, 2019
@fzaninotto fzaninotto deleted the typescript-migration-form branch February 13, 2019 14:03
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.

2 participants