Closed carloscarcamo closed 8 years ago
Ugh this is very very bad. My apologies I will try to fix it asap
@carloscarcamo can you try again please. If it works for you then I will close this ticket.
Also in order to debug code you can either put a breakpoint in the code in Chrome or FF to see why it fails there OR in case if you cannot put a breakpoint but you still want to stop the execution (like in this particular case) you can add debugger;
in the code and then refresh browser running your webpack dev version.
No idea why but instead of looking into action.payload
I was looking into action.location
:S
@anvk now it works great! next time do what you suggest for debugging.
For testing purpose, I did
rm -rf node_modules
and thennpm install
, now I'm getting a blank page on client, my js console says:See the screenshot below: