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(core): use own type for backButton event result #3348

Merged
merged 2 commits into from
Jul 28, 2020

Conversation

jcesarmobile
Copy link
Member

sending to main since the type change is probably a breaking change, apps using the AppUrlOpen import would need to change to BackButtonResult

closes #3346

There are a few listeners that just return {}, should we just return nothing for such cases?

@imhoffd
Copy link
Contributor

imhoffd commented Jul 28, 2020

Yeah, it wouldn't break the app's compilation to add parameters later, so I'm not sure why we do that. We can merge this though because I imagine we'll be cleaning up the types as we move these definitions into their respective plugin packages.

@imhoffd imhoffd merged commit 05d0e45 into ionic-team:main Jul 28, 2020
@imhoffd imhoffd deleted the backbutton-type-fix branch July 28, 2020 17:27
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.

bug: Minor typing error
2 participants