no-stack-dub-sack / cs-playground-react

In-Browser Algorithm and Data Structures Practice
http://cs-playground-react.surge.sh/
MIT License
520 stars 91 forks source link

Any Menu Click Crashes #23

Closed rupeshtiwari closed 6 years ago

rupeshtiwari commented 6 years ago

Run npm start Click on any option from the left side menu you see below screen

capture

no-stack-dub-sack commented 6 years ago

@roopkt but the app fully loads first? What version of IE is that?

The app is running fine for me, locally and on the live site, so there has to be something else affecting things. It looks like the for...of loop is failing, which is shouldn't in modern browsers. I also thought babel would compile this down to ES5, but it looks like the most likely culprit right now (because of lack of Symbol.iterator support?):

image

Can you try running the app in chrome and see if that changes things?

rupeshtiwari commented 6 years ago

HI I am also testing it in chrome and it crashes. I use IE 11. Never mind if you think it is working then mostly I will have to download the entire code newly and try it out.

no-stack-dub-sack commented 6 years ago

@roopkt yeah, I would recommend forking it and re-cloning it in it's current state, because everything seems to be working on my end. It looks like it's failing on that for...of loop which it shouldn't be if the the click handler is working correctly and the store was correctly hydrated. From here, I can't really see why this wouldn't be working. I've never run the app on a PC, but other than browser incompatibility (which you've ruled out), I don't see why it wouldn't run on a PC, there isn't anything platform specific here that I know of.

no-stack-dub-sack commented 6 years ago

@roopkt any luck with this?

no-stack-dub-sack commented 6 years ago

closing as stale. @roopkt feel free to reopen if you're still having any problems.