Why are composables with names like `TextActual` p...
# compose-web
l
Why are composables with names like
TextActual
part of the public API when it seems they're designed to be called by
Text
and alike?
u
as far as I remember it had something to do with a bug when if the visibility was different it just hadn't compiled. but feel free to create issue here https://github.com/JetBrains/compose-jb (with tag web)
l
Thank you for your answer! Submitted the issue: https://github.com/JetBrains/compose-jb/issues/782
🙏 2