I’m migrating a large app that makes heavy use of `Spanned` However, I’m not seeing much in the way ...
m
I’m migrating a large app that makes heavy use of
Spanned
However, I’m not seeing much in the way of good interop (or transform) with
AnnotatedString
so I’m wondering if there’s no choice but to migrate it all at once. Anyone already learnt some lessons regarding this?
👀 2