Lance Turbes

Results 4 comments of Lance Turbes

Copying above instructions hasn't worked for me when making use of `useStdin()` or `useFocus()` inside an ink app with deno 1.37.0, tested with Windows/Mac/Linux. Getting a `stdin.ref is not a...

Downgrading to ink 4.4.0 (vs 4.4.1) seems to remove the `stdin.ref is not a function` error for me. App does not exit gracefully with CTRL+C, though.

Thank you everyone for sharing workaround. For people dealing with this on a large codebase, you can add `_stack: { style: {} }` to the `defaultProps` for Input in your...