Binding issue

Hi @waynezhang, there is a known bug in SwiftUI textfields that causes them to write to their bindings way more often than necessary, including when the textfield is removed from the screen. That causes an action to be sent when state has been nil'd out.

Luckily we can work around the issue in the library and it will be fixed soon. For now you can just ignore the warning.

1 Like