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.
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