Description
Environment
√ Component nativescript has 5.0.0 version and is up to date.
√ Component tns-core-modules has 5.0.2 version and is up to date.
√ Component tns-android has 5.0.0 version and is up to date.
× Component tns-ios is not installed.
Describe the bug
TabView loads wrong frame
To Reproduce
Change tab and see which frame is loaded
click on tab1 loads tab1, on tab2 loads tab1, on tab3 loads tab2
Expected behavior
It should load proper Frame
click on tab1 loads tab1, on tab2 loads tab2, on tab3 loads tab3
Sample project
https://play.nativescript.org/?template=play-js&id=YD889F
Additional context
I develop my app with core modules 4.1.1
and it worked fine. I've updated to the latest version 5.0.2
and I've noticed this issue. What is interesting it also works with core modules 5.0.0
, so 5.0.2
introduced this issue.