Perception warnings in State.init #3403
Unanswered
KirillZholnerovich
asked this question in
Q&A
Replies: 2 comments 1 reply
-
@KirillZholnerovich I don't think this is a bug in the library and you have not provided a full reproduction for us to evaluate the problem. It does sound like maybe there could be an observation issue in your application requiring a |
Beta Was this translation helpful? Give feedback.
0 replies
-
@stephencelis Hi! Thank you for the answer. Here is a full example:
And if I rewrite my ParentFeature like this I have no warnings anymore :
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
For example, we have ParentFeature and ChildFeature and if we have array of ChileFeature.State in ParentFeature.State it throws runtime perception warning
Code:
Checklist
main
branch of this package.Expected behavior
No perception warnings
Actual behavior
Have perception warnings
Reproducing project
No response
The Composable Architecture version information
1.15.0
Destination operating system
iOS 18.0
Xcode version information
Xcode 16.0
Swift Compiler version information
Beta Was this translation helpful? Give feedback.
All reactions