StandupFormView / EditStandupView preview crashes using bind method for focus #1875
Unanswered
jmapps2020
asked this question in
Q&A
Replies: 2 comments 29 replies
-
Hi @jmapps2020, can you provide a sample project that reproduces the problem so that we can mess with it locally? Also, if this problem is just with our swiftui-navigation library, and not TCA-related, I move the discussion over to that repo. Thanks! |
Beta Was this translation helpful? Give feedback.
24 replies
-
@mbrandonw,Maybe I am misunderstanding ‘reproduce’ but I just created a repo for the project so I could share it with you via GitHub. If you’re not having any preview issues than it must be a local one on my Mac or Xcode. Problem is that I don’t know where to look for a possible solution..Appreciate your time btw…Op 27 jan. 2023 om 22:41 heeft Brandon Williams ***@***.***> het volgende geschreven:
Hi @jmapps2020, I'm not able to reproduce any preview problems in the project you included. Can you tell me what steps you take to reproduce?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear community,
I found that after implementing the bind method from the SwiftUI Navigation Library to bind the focus from the View to the ObservableObject my preview won't work anymore. If I try to use the preview I get a Xcode crash report.
When I comment out the bind method, the focus does not work but the preview does. Meaning I can click and edit stuff.
I recently reset my Mac and reinstalled Xcode etc. Nothing works. Can someone help me out?
Beta Was this translation helpful? Give feedback.
All reactions