Hello I'm currently on A.S Chipmunk Canary 6 and ...
# compose
d
Hello I'm currently on A.S Chipmunk Canary 6 and compose version 1.0.5. Any clues as to why the previews don't show when
@PreviewParameter
is used despite creating providers as specified here ?
c
TIL of @PreviewParameter How'd I miss that?
d
Well we learn a little something about compose everyday, decided to open an issue for it on the issue tracker https://issuetracker.google.com/u/1/issues/211012768
c
Hmm I was not able to repro this. Can you attach the logs to the bug please since it looks like there's no error in the Preview panel?
Actually now I see it happening though at least with using Coil for image loading. I assume that is where your
rememberImagePainter
call is coming from? I couldn't replicate with the simple example from the documentation.
FYI I added my logs to your bug so thanks for reporting, since I am now seeing this on
1.1.0-beta04
🚀 1
d
Thanks Chris 👌
a
IIRC preview functions must be public to be shown.