Jonathan Punzalan

Results 4 comments of Jonathan Punzalan

> Hi everyone! On my project I completely get rid from next error "Failed to execute 'removeChild' on 'Node' with next solution > I hope it will help anyone who...

I would like to learn material UI and i think this is the best way. Can I also do it? I would also like to brush up on my typescript

@aubundy thank you. I tried running the app following the guidelines with the option to use the heroku server however, it says for me CORS is not allowed. Should I...

@aubundy I got it to work! My work around in the api.ts: `axios.defaults.baseURL = 'https://staging-breads-server.herokuapp.com/api';` I made a mistake before and left it as: `axios.defaults.baseURL = 'https://breads-server.herokuapp.com/api';`