It means your code returns undefined (if JS, probably you return nothing), while it must return a boolean.
undefined
Loading collection data...
It means your code returns
undefined
(if JS, probably you return nothing), while it must return a boolean.