You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add setContentAndSnapshot to 'mosaic-testing' which returns the initial composition snapshot. This avoids a potential problem with calling setContent and then awaitSnapshot 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.
Drop use of Jansi library for supporting ANSI color output on Windows.
This discussion was created from the release 0.16.0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
New:
setContentAndSnapshotto 'mosaic-testing' which returns the initial composition snapshot. This avoids a potential problem with callingsetContentand thenawaitSnapshotsince the latter will trigger a subsequent recomposition (if needed), preventing observation of the initial state.Changed:
Staticcomposable 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