Sudharshan Ravindran

Results 4 comments of 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: ![image](https://user-images.githubusercontent.com/1018433/83940765-c8b76400-a7e6-11ea-98f8-77c07a0a1c93.png)

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