Yomguithereal / react-blessed

A react renderer for blessed.
MIT License
4.45k stars 176 forks source link

Events cause readouts #90

Open kingerking opened 5 years ago

kingerking commented 5 years ago

Mouse(Move and click), and keyboard Arrow key events are causing event code(what i assume them to be) readouts. No errors in stack or nothing.. Seems to only be happening in react-blessed. Tried reproducing in neo-blessed and blessed but they seem to be working properly.

My start script is: nodemon --exec babel-node --presets env,stage-2,react --plugins transform-decorators-legacy,transform-class-properties --watch projects --watch interface interface/index.js So purhpas this could be a babel issue? Any thoughts? Edit: I forgot to add that no events are working/firing when this is happening as well. Not even screen events. ![]() screen recording 2018-11-24 at 5 17 08 pm

Yomguithereal commented 5 years ago

Hum. That's quite strange indeed. Can you provide a link to your code or a minimal reproducible version of it?

pepper commented 5 years ago

Maybe you are using nodemon to launch your app? It's will catch the key press.