react-console icon indicating copy to clipboard operation
react-console copied to clipboard

Simple react console emulator

Results 6 react-console issues
Sort by recently updated
recently updated
newest added

https://github.com/autochthe/react-console/blob/0d5d0834b2131cc86f1fa6342fe3d52130c636ad/src/react-console.tsx#L180 In the case when this.state.log is empty array, JS runtime error is thrown. "Uncaught TypeError: Cannot read property 'message' of undefined"

I've modified the simple echo demo to include a button which calls `.log()` with some text when pressed. The app will throw an exception if the very first thing I...

Is there a way to clear the console?

Hi, I'd like to insert a command from code. e.g. when a user clicks a macro-button, I want to pre-fill the console with a command. Is that possible? Thanks!

I'd like to have a way to configure a non-blinking cursor. Thanks!

Any chance of being able to paste things in with Ctrl+V? Where would be a good spot to start looking to integrate that?