https://github.com/threepointone/ink-repro
https://github.com/threepointone/ink-repro
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/threepointone/ink-repro
- Owner: threepointone
- Created: 2023-09-08T16:37:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-08T16:38:00.000Z (over 1 year ago)
- Last Synced: 2025-01-25T08:11:38.153Z (4 months ago)
- Language: TypeScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## reproduction of bug in 4.4.0
```bash
npm install
npm start
```Expected: (with 4.3.1)
```
1. Press enter
Pressed
2. Press enter
Pressed
3. Press enter
Pressed
We got to the end!
```Actual (with 4.4.0)
```
1. Press enter
Pressed
2. Press enter
Waiting to Press enter
// exits here
```