marinofelipe / CurrencyText

Currency text field formatter available for UIKit and SwiftUI 💶✏️

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: Modifying state during view update, this will cause undefined behavior.

gusadi09 opened this issue · comments

Jepretan Layar 2021-10-27 pukul 22 55 52

i found this bug while running a currency text field, and make a navigation link delayed

Thanks for the report @gusadi09 🙏 .
I tried reproducing here updating the Example app to have a NavigationLink, but with no success.
Can you please me more about your setup for me to try to understand what could be the issue?
Generally this message means that there is some SwiftUI state being updated at the moment the navigation is being done, so this could also be unrelated to CurrencyText.

@gusadi09 I'm closing this one, let me know if you need any help with it.