Yomguithereal / react-blessed

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

Issue with Overmind state management #108

Open freitagdavid opened 4 years ago

freitagdavid commented 4 years ago

So I'm pretty sure that this is an issue with react-blessed I've got my app all wired up I can see the global state from within the component but when the state is updated it is not causing a rerender of the component. I can see updates to the global state when I use a local state that gets updated to cause a rerender but for some reason when their useApp hook is used it's not causing a rerender. I would assume this has something to do with the implementation going on here though I may be wrong. I'm not sure what information you may need please just let me know what else you could use.

Here is Overmind

Yomguithereal commented 4 years ago

Hello @freitagdavid. Can you provide a way to reproduce the issue?