Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Events cause readouts #90

Open
kingerking opened this issue Nov 25, 2018 · 2 comments
Open

Events cause readouts #90

kingerking opened this issue Nov 25, 2018 · 2 comments

Comments

@kingerking
Copy link

kingerking commented Nov 25, 2018

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
Copy link
Owner

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

@pepper
Copy link

pepper commented Feb 20, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants