Replies: 1 comment
-
Please join the related discussion: #778. |
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
-
My first attemp to initialize the root component while waiting that the initialConfig is initialized first, it is working but feeling this way is not good at all. Please provide me with a best solution
`private val root = MutableStateFlow<RootComponent?>(null)
private val initialConfig = MutableStateFlow<Root.Configuration?>(null)
Beta Was this translation helpful? Give feedback.
All reactions