singlestat/module.ts onDataError was calling onDataReceived incorrectly (#4897)
onDataError was calling onDataReceived with {data : []} which breaks at the first line since object has no map function. The correct form is probably just []
Showing
Please
register
or
sign in
to comment