Mark Beukers
Mark Beukers
I did some more testing and when I open up redux dev tools in chrome inspector, I can track down the the eventHandler that is eating the keypress event to...
After a bit of fiddling with the code it looks like its just purely a typescript issue, taking out the typescript casts for ThemeType in a few areas let the...
I spent some more time debugging through my app this time and the error I ended up getting even when rolling back pouch-auth to when the build was passing was:...
Ah ok, the only thing is I believe the call is coming from `pouch-req-http-query` itself as I haven't got that call in my codebase. I will probably have another look...