Hey guys! First time here, so hello to you all! 🙂
I'm using Compose to build the layout of a single View, but it always throws me the "ViewTreeLifecycleOwner could not be found from <View>" error.
Even though the view's parent is, indeed, a LifecycleOwner.
Does anyone know how to get around this? Any tips would be of great help, since I'm a newbie with Compose 😁
Thanks!