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
asFilter will return an array of null, then execute doSomethingElse. If no null check is done (which is very likely), the server breaks and returns 500.
Right now the best solution is to wrap everything in asFilter :
In this scenario :
asFilter will return an array of null, then execute
doSomethingElse
. If no null check is done (which is very likely), the server breaks and returns 500.Right now the best solution is to wrap everything in asFilter :
This problem needs to be addressed for better dev experience. At least with some error message.
The text was updated successfully, but these errors were encountered: