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

ts compiler found three problems in d.ts #1658

Closed
wants to merge 3 commits into from

Conversation

smulas-pioneer
Copy link

Hello,
Didn't find a behavior to follow in the guidelines for type definitions, apoligies if this is not the correct way to contribute.

Simone Mulas added 3 commits May 6, 2017 12:12
error TS2320: Interface 'FormRadioProps' cannot simultaneously extend types 'FormFieldProps' and 'RadioProps'.
  Named property 'type' of types 'FormFieldProps' and 'RadioProps' are not identical.
error TS2320: Interface 'FormCheckboxProps' cannot simultaneously extend types 'FormFieldProps' and 'CheckboxProps'.
  Named property 'type' of types 'FormFieldProps' and 'CheckboxProps' are not identical.
@layershifter
Copy link
Member

Dupe, #1624 and #1625

@layershifter
Copy link
Member

However, thanks for PR. Contributions are particularly welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants