Aditya Srivastava

Results 6 comments of Aditya Srivastava

@jacobtomlinson I would like to work on this issue. Is adding the same line again(`--icon=assets/icons/icon.png`) resulting in some other issue?

@orionpax00 @sumedhe @suleka96 mentors need your suggestions regarding this. I think `axios` or `fetch` would be better alternatives.

@Rukmini-Meda get rid of `package-lock.json`. Also if possible give any codesandbox, or jsfiddle link so that your implementation can be verified

@Rukmini-Meda use `test-server` github url while importing, and add the code for module like `Pincode.js` and paste your code from `App.js` to it (do not install `react-pincode` as dependency, otherwise...

@Rukmini-Meda you'll have to run `npm run build` in the parent folder after making changes in the module. No need to stop the react server in test directory while doing...