Arun D

Results 3 comments of Arun D

alter the sample code as follows, it works fine. ->setOptions("columnDefs", array( array( "targets" => array(0), "visible" => false, "searchable" => false ) ) )

I am also facing the same issue. My stacktrace does not have `[native code]` or `:0:0`. I tried mocking a simple crash by below code. ``` mockCrashFn = () =>...

I tried removing all the lines after `value@-1` in the stack trace and symbolification worked.