When you use an array as collection of items for a RadListView you continously get this error message:
This is due to the fact that the prop is defined as:
items: {
type: Object,
validator: function (val) { return Array.isArray(val) || val instanceof observable_array_1.ObservableArray; },
required: true
},
Apprently, if you define a validator, you don't specify a type.
Anyway, if you remove the line type: Object the error disappears and validator is still on.:)
Both
Create a RadListView and pass and array to the _for_ attribute
Hi @vratojr,
I've checked the described case, however, was unable to recreate a similar problem on my side. On that matter, can you send us a demo project while using {N} Playground, where the issue can be reproduced?
I have the same issue.
For reproduction just check the demo you provide in #1182 (https://play.nativescript.org/?template=play-vue&id=BaAIeA&v=6).

Running the preview on my Android shows the same warning.
A fix is released in [email protected]
Most helpful comment
I have the same issue.

For reproduction just check the demo you provide in #1182 (https://play.nativescript.org/?template=play-vue&id=BaAIeA&v=6).
Running the preview on my Android shows the same warning.