Hello guys, I have a static list of 250 items and I just want to show them in the select input, I've tested in the app and after I've scroll to the bottom, I've got this warning message from the console:
DEPRECATION: You called <streetwize-ember@component:vertical-collection::ember460>.sendAction("lastReached") but Component#sendAction is deprecated. Please use closure actions instead. [deprecation id: ember-component.send-action] See https://emberjs.com/deprecations/v3.x#toc_ember-component-send-action for more details.
and the log message doesn't stop to print in the console.
I'm using Ember "v3.8", anyone have same issue?
Also, it is possible to not use the "search" and "loadMore" actions? seems that they are a mandatory actions.
Hello guys, I have a static list of 250 items and I just want to show them in the select input, I've tested in the app and after I've scroll to the bottom, I've got this warning message from the console:
and the log message doesn't stop to print in the console.
I'm using Ember "v3.8", anyone have same issue? Also, it is possible to not use the "search" and "loadMore" actions? seems that they are a mandatory actions.