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: type error for ref on Form component #47

Merged
merged 3 commits into from Jan 15, 2022

Conversation

KoichiKiyokawa
Copy link
Contributor

@KoichiKiyokawa KoichiKiyokawa commented Jan 12, 2022

fix #46

I fixed the cast in Form component. (I'm not sure if this is a good way.)
Feel free to edit my code.

@KoichiKiyokawa KoichiKiyokawa changed the title Fix type cast of Form component and add test about ref fix: type cast of Form component and add test about ref Jan 12, 2022
@KoichiKiyokawa
Copy link
Contributor Author

KoichiKiyokawa commented Jan 14, 2022

https://github.com/smeijer/next-runtime/actions/runs/1686452172
In my local environment, all tests succeed, but CI failed 🤔
I force pushed to re-run CI, but it seems that first-time contributes cannot re-run CI by force pushing.

Could anyone re-run CI?
Thanks.

@smeijer
Copy link
Owner

smeijer commented Jan 14, 2022

They now pass :) Thanks! I'll look at your changes, and publish a new version during the weekend.

@smeijer smeijer assigned smeijer and unassigned smeijer Jan 14, 2022
@smeijer smeijer self-requested a review January 14, 2022 09:13
Copy link
Owner

@smeijer smeijer left a comment

Choose a reason for hiding this comment

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

Thanks! Looking great!

@smeijer smeijer changed the title fix: type cast of Form component and add test about ref fix: type error for ref on Form component Jan 15, 2022
@smeijer smeijer merged commit 40a8d83 into smeijer:main Jan 15, 2022
@smeijer
Copy link
Owner

smeijer commented Apr 13, 2022

@all-contributors please add @KoichiKiyokawa for code, test

@allcontributors
Copy link
Contributor

@smeijer

I've put up a pull request to add @KoichiKiyokawa! 🎉

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.

Type error in ref props of the Form component
2 participants