Skip to content

Fix - first item selection is not being updated #908

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

Merged
merged 3 commits into from
Aug 24, 2020

Conversation

Inbal-Tish
Copy link
Collaborator

@Inbal-Tish Inbal-Tish commented Aug 20, 2020

With the move to typescript, condition on an optional number type, like index, will fail when has the value of 0 (zero) since that is equal to false/undefined.
Removing the optional for the number type will error if undefined is passed to it and remove the need for the value chack while passing when passing the value 0.

@ethanshar ethanshar merged commit 645b85e into master Aug 24, 2020
@Inbal-Tish Inbal-Tish deleted the fix/TabBar_selection_update branch August 30, 2020 14:47
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.

2 participants