Tom Sherman
Tom Sherman
@dai-shi I think you're right, altho it's a little more code (have to make sure the prefetch and get call align). Is it safe to prefetch in render though? I...
We received the same error in Bugsnag, on a Samsung Galaxy A5(2017) (SM-A520F) on Android 8.0.0 ``` java.lang.RuntimeException: An error occurred while executing doInBackground() at android.os.AsyncTask$3.done(AsyncTask.java:353) at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:383) at java.util.concurrent.FutureTask.setException(FutureTask.java:252)...
Same here, happened twice on the 10th of May and then never again...
This is still happening for us, albeit very infrequently.
Will this work also include turbomodule support? If so, can we change the issue title?
Yup, I've edited the issue title to be clear about that.
I'll have a think about that. We're currently checking in other artefacts like the ones from graphql codegen, maybe it makes sense not to. I've found a solution for now...
That definitely fixes the failing test in the attached PR, haven't got it working in my project yet though. I'll keep trying and get back to you.
This actually leads to a more general question of how best to unit test styles. I have a badge component which applies some `letterSpacing` style if the `value` prop is...
I found that the tour of scala has a great introduction to variance: https://docs.scala-lang.org/tour/variances.html