Replies: 2 comments
-
Hi @eunryu93, there unfortunately is not enough information in this report for us to be able to help. Can you please provide a minimal project that demonstrates the problem for us to look at? Also I am going to convert this to a discussion because it is not clear it is an issue with the library. Please feel free to continue the conversation over there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Display this error message to console When using TCA with SwiftUI.
Display this error message to console When using TCA with SwiftUI,
I think it have problem tca using swiftui rendering.
I question to chatgpt and google, this problem is said to occur because the value of observableState is not properly passed to SwiftUI's UI.
Can I check this Problem? or, I would appreciate it if you could tell me a solution to this problem.
Attach Screenshot And Console Message.
Checklist
main
branch of this package.Expected behavior
Not Displayed Error Message.
Actual behavior
Console Message :
Perceptible state was accessed but is not being tracked. Track changes to state by wrapping your view in a 'WithPerceptionTracking' view.
I not showed, when had using only state annotation.
but, I showed this message, when using tca and using WithViewStore function.
I checked pre issue and I found similarly this issue.
The issue is solved and attach answer, vanila swift problem.
However, I thought this issue might be different from the previous one,
so I would like to ask for your confirmation on this issue.
Thank you.
Steps to reproduce
I'm attaching a part of my code.
var tabManager: StoreOf
.....
}
The Composable Architecture version information
1.13.0
Destination operating system
iOS 15 higher
Xcode version information
15.1
Swift Compiler version information
Beta Was this translation helpful? Give feedback.
All reactions