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
When invoking a JS function and passing a C# array, it is not an actual JS array (Array.isArray returns false).
In my concrete case it prevents me from using array methods like map or filter.
Is there anyway I can pass the host array as a plain JS array or at least get the native array methods to work?