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

bug: ionTabsDidChange not firing #19665

Closed
mccabemj opened this issue Oct 15, 2019 · 3 comments
Closed

bug: ionTabsDidChange not firing #19665

mccabemj opened this issue Oct 15, 2019 · 3 comments
Labels
package: react @ionic/react package

Comments

@mccabemj
Copy link

Bug Report

Ionic version:
[x] 4.11 React

Current behavior:
ionTabsDidChange not working

Expected behavior:
ionTabsDidChange as per the documentation should fire when tab is changed

Steps to reproduce:
Base ionic tab app, adding

 <IonTabs
            ionTabsDidChange={() => { console.log('fired') }}

Ionic info:

Ionic:
   Ionic CLI       : 5.4.2 
   Ionic Framework : @ionic/react 4.11.1
@ionitron-bot ionitron-bot bot added the triage label Oct 15, 2019
@liamdebeasi liamdebeasi added the package: react @ionic/react package label Oct 15, 2019
@ionitron-bot ionitron-bot bot removed the triage label Oct 15, 2019
@praveenptl71
Copy link

You can use like this

<ion-tabs (ionTabsDidChange)="ionTabsDidChange($event)" > </ion-tabs>

@elylucas
Copy link
Contributor

Hi @mccabemj ,

Thanks for the issue, this should be fixed in the upcoming 4.11.2 release which should be out today.

@ionitron-bot
Copy link

ionitron-bot bot commented Nov 20, 2019

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Nov 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
package: react @ionic/react package
Projects
None yet
Development

No branches or pull requests

4 participants