tiny bug, the `ReplaceWith` here is wrong. It's mi...
# compose
j
tiny bug, the
ReplaceWith
here is wrong. It's missing the
()
Copy code
@Deprecated(
    "Please use Modifier.focus()",
    ReplaceWith("Modifier.focus", "androidx.compose.ui.focus")
)