Ivo Graber
Ivo Graber
It would be nice to be able to "escape" from the prompt to select text in previous lines of the terminal with the keyboard. Basically, the terminal would temporarily become...
React's hook functions [do not like](https://reactjs.org/docs/error-decoder.html/?invariant=321) to be called from within `Builder`s. I tried to mitigate this by eagerly instantiating `ReactElement`s by appending `()`s to builders everywhere, but to no...
^Title This makes it impossible to create an `input` element: ``` const usernameInput = input({type: "text" , id: "Username"}) const passwordInput = input({type: "password", id: "Password"}) ``` The above will...