You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a coordinator that derives the state for a few screens from the coordinator's state, using a similar pattern to the Form example. The app has a list that allows drilling into detail screens. The detail screen has a binding action controlling a TextField When dismissing a detail screen, I get errors like
A binding action sent from a view store for binding state defined at ... was not handled.
It seems that an extra binding action call is sent, and I'm not sure if this is a bug or the coordinator is intended to account for this. I can extract a minified example if this doesn't sound like a familiar issue.
The text was updated successfully, but these errors were encountered:
Thanks @joprice, it's not a familiar issue and I tried to reproduce it but I wasn't able to, so a minimal reproduction would indeed be very helpful if you can. Thanks!
I'm using a coordinator that derives the state for a few screens from the coordinator's state, using a similar pattern to the Form example. The app has a list that allows drilling into detail screens. The detail screen has a binding action controlling a
TextField
When dismissing a detail screen, I get errors likeA binding action sent from a view store for binding state defined at ... was not handled.
It seems that an extra binding action call is sent, and I'm not sure if this is a bug or the coordinator is intended to account for this. I can extract a minified example if this doesn't sound like a familiar issue.
The text was updated successfully, but these errors were encountered: