Sudharshan Ravindran
Sudharshan Ravindran
Hi @Beauclair @smkplus @Gourav-raj, I just went through the codebase, it still works as expected for me. I am utilizing the following versions of `node`, `npm` and `nvm`: ```sh node...
@GuoXiaoyang I am using ES6 aspects. Specifically, I am using `const` for variable declarations everywhere. But I guess you're referring to using ES6 classes for React class creation? I have...
Could you please add more context, as to under what circumstances it is not logging? In theory, `console.log` within your application should work as expected, see my example below: 
Thanks for the report. But this does seem to be working. I have added another integration test to validate this, please see: https://github.com/suddi/claudia-local-api/blob/master/test/index.js#L995