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

Fix ReferenceArrayInputView propTypes #5916

Merged
merged 1 commit into from Feb 15, 2021
Merged

Conversation

ValentinH
Copy link
Contributor

The propTypes for resource was marked as required while the TS definition was marked as optional.

I'm getting a warning in my application when using ReferenceArrayInput without a resource because of this.

The propTypes for `resource` was marked as required while the TS definition was marked as optional.

I'm getting a warning in my application when using `ReferenceArrayInput` without a `resource` because of this.
Copy link
Contributor

@djhi djhi left a comment

Choose a reason for hiding this comment

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

Thanks!

@djhi djhi added this to the 3.12.3 milestone Feb 15, 2021
@djhi djhi merged commit 7f5b163 into marmelab:master Feb 15, 2021
@ValentinH ValentinH deleted the patch-2 branch February 15, 2021 16:04
@fzaninotto fzaninotto modified the milestones: 3.12.3, 3.12.4 Feb 16, 2021
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.

None yet

3 participants