-
|
having the following : im observing from my main composable Ui like :
then im getting an exception when trying using it : java.lang.IllegalStateException: Another supplier is already registered with the key: searchBarKey |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
|
Please don't use Also, you can avoid using |
Beta Was this translation helpful? Give feedback.
Thanks! In this case, I think the issue is somewhere in your
SearchBarUifunction. Please double check if it's implemented correctly.