Adam

Results 9 comments of Adam

I did a quick and dirty test of the consume method described in the SO thread. It is uploaded here https://github.com/Ejdamm/Bullwinkle-fork/tree/consume_test It works for some cases when testing it on...

I have the same symptoms but different OS and v0.12.1. I think it happened when I upgraded from fedora 34 to 35. Reinstall did not help.

They found a workaround in #700

I have the same problem (the %s.%s) @Hook-Da 's answer seems to point at the right spot but that code changed in 2.10.10. My problem persists.

I ran `npm ls typescript @typescript-eslint/typescript-estree` and it looks like the wrong version comes from precinct which is a dependency of madge itself ``` ├─┬ [email protected] │ ├─┬ [email protected] │...

We had the same problem but an undefined width from useSafeAreaFrame(). The first test in a suite always pass but not the rest. It was this mock reset that caused...

> so in theory, the solution is to change the calls to be `clearAllMocks` instead Yep that is what we did

Good catch with the animations! It was indeed disabled on my emulators with API level 35 and 36. I am somewhat animation blind and would never have seen it myself....