We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With the following page component:
<page> <actionBar title="Details" /> <stackLayout class="p-20"> <segmentedBar> <segmentedBarItem title="Test 1" /> <segmentedBarItem title="Test 2" /> <segmentedBarItem title="Test 3" /> </segmentedBar> </stackLayout> </page>
I have the following error on load:
Calling js method onCreateView failed TypeError: Cannot read property 'nativeViewProtected' of undefined StackTrace: SegmentedBarItem.setupNativeView(file:///data/data/org.nativescript.preview/files/app/tns_modules/@nativescript/core/ui/segmented-bar/segmented-bar.js:80:41)
The setup is pretty basic. Maybe a version usage incompatibility? Here is my modules list:
❯ npm list | grep svelte /home/sullivan/p/gitlab.com/soullivaneuh/native-svelte ├── UNMET PEER DEPENDENCY [email protected] ├─┬ [email protected] │ ├── [email protected] │ └── [email protected] ├── [email protected] ├── [email protected] ❯ npm list | grep native /home/sullivan/p/gitlab.com/soullivaneuh/native-svelte ├─┬ [email protected] │ ├─┬ [email protected] │ ├─┬ [email protected] ├── [email protected] ├── [email protected] ├── [email protected] │ └─┬ @nativescript/[email protected] │ ├─┬ [email protected]
The text was updated successfully, but these errors were encountered:
Array parent properties are re-assigned each time
8e10a0c
Fixes #113 and #118
fix in svelte-native 0.8.0
Sorry, something went wrong.
No branches or pull requests
With the following page component:
I have the following error on load:
The setup is pretty basic. Maybe a version usage incompatibility? Here is my modules list:
The text was updated successfully, but these errors were encountered: