Created
February 20, 2020 07:54
-
-
Save guillaumewuip/4d90f0f7faed890e169908dbcc890530 to your computer and use it in GitHub Desktop.
How to model your entities - 7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (isText(message)) { | |
return <TextComponent text={message.text} /> | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment