react-laravel icon indicating copy to clipboard operation
react-laravel copied to clipboard

Debugging

Open rjksn opened this issue 9 years ago • 1 comments

Is there a way to enable debugging through this?

The ability to turn this into a more comprehendible error:

V8Js::compileString():19628: TypeError: Cannot read property 'fields' of undefined

rjksn avatar Jul 27 '15 17:07 rjksn

Actually it is a JS error message and change it (like show the stack trace) should be done at react-php-v8js repository. Maybe react-laravel should allow to use a custom error handler ? A PR for this would be welcome !

talyssonoc avatar Aug 03 '15 12:08 talyssonoc