huh, I'm trying to use a format string on Moko 0.2...
# moko
a
huh, I'm trying to use a format string on Moko 0.21.2 in compose multiplatform code, and even though the format param is a string, it's still printing as an object toStr
_getString_(MR.strings.delete_project_message, project.name)
and
name
there is a string
this is when running on Android, but its fine when running on Desktop
a
what is
getString
function?