Does anyone here have experience with Coil? I'm having an issue due to a backend service that returns a list of images, where sometimes a portion of this list will be unreachable and the async painter returns an error for that list item. Is there any way I can recompose on an error so the container for my async image is not added? I see there is an error property for CoilImage, but it is used for showing an error image which doesn't work for my use-case.
not kotlin but kotlin colored 1
c
Colton Idle
09/01/2023, 6:20 PM
try #compose-android?
Colton Idle
09/01/2023, 6:21 PM
or @Colin White 😅
Colton Idle
09/01/2023, 6:22 PM
i feel like this was talked about in coils release changelogs or something. but i could be misremembering