Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
√ Getting NativeScript components versions information...
√ Component nativescript has 6.5.0 version and is up to date.
√ Component tns-core-modules has 6.5.1 version and is up to date.
√ Component tns-android has 6.5.0 version and is up to date.
√ Component tns-ios has 6.5.0 version and is up to date.
"nativescript-angular": "^8.21.0",
Describe the bug
When using in iOS inside of a route, I am running into an unfamiliar error:
CONSOLE ERROR [native code]: ERROR TypeError: undefined is not an object (evaluating 'this._control.addObserverForKeyPathOptionsContext')
The strange things I found:
If I remove all the
If I put my first Tab's TabContentItem's view outside of the layout and display it on its own, the view renders fine without errors.
Environment Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project): √ Getting NativeScript components versions information... √ Component nativescript has 6.5.0 version and is up to date. √ Component tns-core-modules has 6.5.1 version and is up to date. √ Component tns-android has 6.5.0 version and is up to date. √ Component tns-ios has 6.5.0 version and is up to date. "nativescript-angular": "^8.21.0",Describe the bug When using in iOS inside of a route, I am running into an unfamiliar error:
CONSOLE ERROR [native code]: ERROR TypeError: undefined is not an object (evaluating 'this._control.addObserverForKeyPathOptionsContext')
The strange things I found:
Sample project
Partial stack trace: https://pastebin.com/08UEDqs1