Closed tosbaha closed 6 years ago
@tosbaha This is a known issue for me, the compiler sometimes would consider the binding syntax as too complex. I'd prefer optimize it in the next version.
@wddwycc Thanks for the answer. I am looking forward to your next version.
@tosbaha Resolved in version2.0 with new chaining syntax
Hi, If I do something like this
Compiler gives me
Type of expression is ambiguous without more context
error. If I delete anyone of them, it compiles. Is it Swift bug or by design? What is the proper way to bind 3,4 properties all once instead of binding 2 or 1 at a time. Thanks.