Hi, can someone tell me what are the replacements ...
# compose
a
Hi, can someone tell me what are the replacements for these functions?
k
savedInstanceState
is changed to
rememberSavable
preferredHeight
is renamed to
height
(and
height
is renamed to
requiredHeight
)
👆 2
v
try
height()
a
thanks! where can I find the log with these changes? I have to refactor also a draggable implementation
a
thank you!