-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
refactor(react): export InputInputEventDetail type #29512
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thank you for submitting the PR! Is there an issue opened that ties to this PR? |
I looked just now and didn't find one! Hope this works (first PR ever) |
Congrats on your first PR!!! 🎉 We would need an open issue to be tied to this PR so we can get as much context as possible to provide a review. You can fill out this form to submit a bug. Once you have created one, please add it to the issue number under the PR description. Thank you! |
Great, updated! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Issue number: resolves #29518
What is the current behavior?
IonInput in React apps can't import the correct type for typescript.
What is the new behavior?
Since it is in the file exported, people using IonInput can import the correct type.
Does this introduce a breaking change?
Other information
Liam DeBeasi told me it was a bug a couple days ago and pointed out to where it needed to be added.