Skip to content

Instantly share code, notes, and snippets.

@guillaumewuip
Created July 1, 2020 20:12
Show Gist options
  • Save guillaumewuip/5aa72f9f085bbc36fb7f72841748db08 to your computer and use it in GitHub Desktop.
Save guillaumewuip/5aa72f9f085bbc36fb7f72841748db08 to your computer and use it in GitHub Desktop.
export function createEmptyText() {
return MessageUnion.of.Text({ text: ‘’ }); // you must pass a $Text here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment