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

refactor(react): export InputInputEventDetail type #29512

Merged
merged 1 commit into from
May 31, 2024

Conversation

filifunk
Copy link
Contributor

@filifunk filifunk commented May 15, 2024

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?

  • Yes
  • [x ] No

Other information

Liam DeBeasi told me it was a bug a couple days ago and pointed out to where it needed to be added.

@filifunk filifunk requested a review from a team as a code owner May 15, 2024 23:37
@filifunk filifunk requested a review from thetaPC May 15, 2024 23:37
Copy link

vercel bot commented May 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ionic-framework ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2024 11:40pm

@filifunk
Copy link
Contributor Author

image

screenshot of conversation with Liam

@thetaPC
Copy link
Contributor

thetaPC commented May 16, 2024

Thank you for submitting the PR!

Is there an issue opened that ties to this PR?

@filifunk
Copy link
Contributor Author

I looked just now and didn't find one! Hope this works (first PR ever)

@thetaPC
Copy link
Contributor

thetaPC commented May 16, 2024

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!

@filifunk
Copy link
Contributor Author

Great, updated!

@thetaPC thetaPC changed the title Added InputInputEventDetail exported types refactor(react): export InputInputEventDetail type May 31, 2024
Copy link
Contributor

@thetaPC thetaPC left a comment

Choose a reason for hiding this comment

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

LGTM

@thetaPC thetaPC added this pull request to the merge queue May 31, 2024
Merged via the queue into ionic-team:main with commit 624ceba May 31, 2024
48 of 50 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: react @ionic/react package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: InputInputEventDetail is not exported from ionic react
2 participants