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
{{ message }}
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.
In trying to use the RxAutoComplete component, my server-side search is working correctly and then RxAutoComplete#onResourceSearch callback is triggered. However, it's breaking around line ~345 with an "Error #1009: Cannot access a property or method of a null object reference. The line is
if ((results as Array).length) {
Debugging is showing that results is a TypedArray.
The text was updated successfully, but these errors were encountered:
In trying to use the RxAutoComplete component, my server-side search is working correctly and then RxAutoComplete#onResourceSearch callback is triggered. However, it's breaking around line ~345 with an "Error #1009: Cannot access a property or method of a null object reference. The line is
Debugging is showing that results is a TypedArray.
The text was updated successfully, but these errors were encountered: