I have this little abomination of a debug view, bu...
# compose
r
I have this little abomination of a debug view, but it doesn't show any text at all - the buttons in the top bar appear just fine, but no output. https://gist.github.com/reactormonk/45892c2ba8dcc7b0e5f9d583029e5827
c
You probably want to put your stuff in a scaffold champ
Looks like you're just calling multiple composable functions outside of any kind of container
r
🤦 no warning for that? 😞
c
not every composable needs to be in a scaffold, so it's kind of difficult to automatically detect when you're holding it wrong I guess. But don't worry, you won't do this again 😄