mosaic icon indicating copy to clipboard operation
mosaic copied to clipboard

Change runMosaic to support effects

Open EpicDima opened this issue 1 year ago • 1 comments

An attempt to do https://github.com/JakeWharton/mosaic/issues/3 It works on all samples. I haven't checked for js and native( For jest, it seems that it would be cool to have a MosaicScope with a method for exiting, but it's more difficult to do it correctly

EpicDima avatar Dec 19 '23 23:12 EpicDima

Will have to look when I'm at a computer (on paternity leave until New Year).

Regarding,

For jest, it seems that it would be cool to have a MosaicScope with a method for exiting, but it's more difficult to do it correctly

I think if done properly we shouldn't need a MosaicScope anymore. Granted, we may still want one similar to how Compose Desktop provides a scope (I think with exiting functions, too).

JakeWharton avatar Dec 20 '23 19:12 JakeWharton

Let's go!

JakeWharton avatar Aug 16 '24 20:08 JakeWharton