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-typescript-support #5

Merged
merged 1 commit into from
Mar 12, 2022
Merged

fix-typescript-support #5

merged 1 commit into from
Mar 12, 2022

Conversation

strawhat-dev
Copy link
Contributor

Fix issue with false positive ts validation errors.

Also removed unnecessary React import and changed imports to named imports. The file being formatted and indented by 2 spaces was a byproduct of prettier formatting on save. Seeing there was no style guidelines to contributing, and 2 space indentations is pretty much almost universally agreed upon in react and javascript in general, I didn't think this would be too much of an issue. However, if this is a problem, I can resubmit it unformatted with 4 spaces.

@arifszn
Copy link
Owner

arifszn commented Mar 12, 2022

2 space indent is fine. And thanks for the contribution. Hopefully will be reviewed and merged today. Thanks.

@arifszn arifszn changed the base branch from main to dev March 12, 2022 13:55
@arifszn arifszn merged commit a1bb504 into arifszn:dev Mar 12, 2022
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.

Typescript validation complains about the missing buttonRef, width, height, and animation props.
2 participants