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

Add ability to infer field type from data #5485

Merged
merged 1 commit into from
Nov 4, 2020
Merged

Conversation

fzaninotto
Copy link
Member

Problem

The inference helpers return React elements. That makes the inference logic impractical to serialize, store, and edit by the end user.

Solution

Expose an inference helper that returns serialized types instead of elements.

@fzaninotto fzaninotto added the RFR Ready For Review label Nov 4, 2020
@djhi djhi merged commit 19b48ad into master Nov 4, 2020
@djhi djhi deleted the expose-inference-data branch November 4, 2020 13:16
@djhi djhi added this to the 3.10.0 milestone Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RFR Ready For Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants