We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
문제를 해결하고자 시도
문제상황) 주로 TextField를 사용할 때 해당 이슈를 만남
@focusState
DispatchQueue.main.async { ... }
그러나 TCA의 공식 예제에서도 동일한 현상 발견
/cc @jaesung-0o0 /cc @sunshiningsoo
The text was updated successfully, but these errors were encountered:
https://github.com/ku-ring/ios-app/pull/34/files#r1349547442 의견 남겨보았습니다!
Sorry, something went wrong.
x-0o0
Successfully merging a pull request may close this issue.
[2.0.0] SwiftUI TextField 블락 이슈
재현방법
기대결과
문제를 해결하고자 시도
문제상황) 주로 TextField를 사용할 때 해당 이슈를 만남
@focusState
를 TCA에서 사용할 때 Reducer와 View의 bind를 내가 잘못 연결한게 아닐까?DispatchQueue.main.async { ... }
로 감싸봄.그러나 TCA의 공식 예제에서도 동일한 현상 발견
추가 사항
/cc @jaesung-0o0
/cc @sunshiningsoo
The text was updated successfully, but these errors were encountered: