What happened to `PlainTooltip` in material3 ? I ...
# compose
j
What happened to
PlainTooltip
in material3 ? I can find it on version
androidx.compose.material3:material3:1.2.0-alpha12
, but not in the beta02.... also... no mention in the release notes...
a
It looks like
PlainTooltip
is still there, but now only as an extension to
CaretScope
, which you get when using a `TooltipBox`: https://developer.android.com/reference/kotlin/androidx/compose/material3/package-summary#(androidx.compose.material3[…]ui.unit.Dp,kotlin.Function0)
j
A migration in the changelog would be great