Closed casvanluijtelaar closed 1 month ago
I was able to reproduce it. I will try to include the fix in the same release as #43, but I cannot guarantee it as this bug seems to be much harder to fix. Thank you for reporting the issue 🙏
can confirm fixed. great library, good job 👍
When we verify a function with a default prefilled parameter that returns a complex (not a primitive) the following error is thrown.
This might not be the minimum reproducible example, but it will reliably fail:
this test fails on iOS but passes on Android. It can be resolved by changing
to
but still seems like unexpected behavior