kentcdodds / bookshelf

Build a ReactJS App workshop
https://epicreact.dev/app
Other
2.64k stars 1.15k forks source link

Unable to iterate through the options after running `node go` ? #218

Closed HelpMe-Pls closed 2 years ago

HelpMe-Pls commented 2 years ago

First of all I very much appreciate that you put together everything you've taught so far into this practical project to demonstrate real world scenarios. However there's a weird bug when I tried node go: image

But then hitting the "Up" arrow (or the "Down" arrow from the second time and on), the options are gone somehow: image

So I have to memorize which option I was at to switch to another one. Things were fine a few days ago and now this happened, so I thought I might have broke something on my fork then I tried to get a fresh clone of this repo to confirm, so it seems your recent update may have something to do with that. Please have a look, thank you.

kentcdodds commented 2 years ago

Dang it. I did just update all the project dependencies yesterday and that may have caused this. I'm able to reproduce it. I'm not sure what the problem is. I'll look into it. If anyone else has ideas I welcome them!