0.16.0 #694
0.16.0
#694
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New:
setContentAndSnapshot
to 'mosaic-testing' which returns the initial composition snapshot. This avoids a potential problem with callingsetContent
and thenawaitSnapshot
since the latter will trigger a subsequent recomposition (if needed), preventing observation of the initial state.Changed:
Static
composable no longer takes a list. Instead, it behaves like a normal composable which only renders its function once.This discussion was created from the release 0.16.0.
Beta Was this translation helpful? Give feedback.
All reactions