You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
awaitComment.fetch('42');// Unsafe call of an any typed value.// orawaitComment.fetch({id: '42'});// Unsafe call of an any typed value.// orawaitComment.dispatch('fetch',{filter: {id: '42'}})// Ok, this one works.
we got 'Unsafe call of an any typed value' error.
The text was updated successfully, but these errors were encountered:
The 'fetch' is not exists on Model.
For example, as it shown here in manuals:
we got 'Unsafe call of an any typed value' error.
The text was updated successfully, but these errors were encountered: