Tyler Scott Williams
Tyler Scott Williams
I think this may be related to https://github.com/Nozbe/WatermelonDB/issues/1525 as well, which was closed without explanation haha.
Nope, just kidding. Now I'm getting the same error even with my changes. I had this working briefly, and then it stopped working. Perhaps there's some kind of open handle...
And of course, it's working on hardware, but no on my simulator. I wonder if there's a resource problem (memory, available space, race condition if performance degrades?)
Hey folks, I haven't totally figured out what's going on, but I've done some more in-depth debugging in my own React Native application. I stepped through the code available in...
I hope y'all don't mind a "plus one" comment, but we could really use this as well. @TreeOfLearning - I will say that we have been able to get the...
This patch file lets us use `@logtail/browser` without hitting errors on the missing `window` object. It also breaks that context, but we don't really care about those details for the...
Nothing really jumps out to me. I don't often use the separate `props` builder call, but I don't see an issue there. Here's a (non-reproducing) reproduction: https://codesandbox.io/p/sandbox/ignite-2668-mg594q?file=%2Fsrc%2Findex.ts%3A16%2C1 I'm using the...
My team has also run into this issue, and it was extremely challenging to debug. We were using `axios` with React Native `0.64.3` along with cookie based authentication. Our function...
@Kiura - I'm on React Native `0.69.7`, so I can't speak to any versions more recent than that, but I will say I know that [my comment is still relevant](https://github.com/facebook/react-native/issues/23185#issuecomment-1148130842)....
It's been a while since this issue has seen movement, but I'm of the opinion that this is worth exploring. I'm going to leave it as an issue for now,...