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
I think it would be useful to have a check that flags APIs which require a saveable type but a non-saveable type is used, since the framework only checks at runtime when it tries to save.
The obvious API is to check is rememberSaveable, but less-obvious are lazy container keys.
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
-
I think it would be useful to have a check that flags APIs which require a saveable type but a non-saveable type is used, since the framework only checks at runtime when it tries to save.
The obvious API is to check is
rememberSaveable
, but less-obvious are lazy container keys.Beta Was this translation helpful? Give feedback.
All reactions