Keith Axline
Keith Axline
@KrisLau OK thanks, I'll give that a try and report back.
@tasn Sorry, I should've indicated that. It's on `api.etebase.com`. I can switch over to self-hosting if that's the issue.
@tasn I just did a fresh install of `0.43.1` and it's still happening. I can look into it, but I was just wondering if you knew off the top of...
For me this seemed to be caused by calling Etebase functions like `login` and `signup` from async button press handlers in nested React Navigation navs. Not sure how to explain...
@tasn This is in React Native. And yes, I'll take a look at the EteSync apps to get an idea how to do things properly. Thanks for the suggestion!
@tasn Oh OK, we can close this then if it's not reproducible.
I was able to get around this by artificially firing a 'click' event on an outside element. ``` javascript $('#element-outside-clickover').trigger('click') ``` Total hack, but it works for now ...
@StoneCypher Are you able to get it to build with tsc, ts-node, or ts-loader? I'm running into the same issue with a standard NextJS Typescript setup. Going to patch it...
@StoneCypher @mhsdef Wow, really appreciate all the hard work here. Don't wait on me to approve anything if the two of you are able to get it working. Hopefully anyone...