Sky Morey

Results 2 comments of Sky Morey

``` Client.OnMessageReceived += (newMessage) => { // Handle each message as you receive them }; ``` Is only for a message to the client, this is not all messages. The...

I merged to upstream, and noticed the commit from "Switched to using prop-types" removed all return types in storyshots. func -> other, bool -> other. not sure why prop-types was...