Skip to content

Instantly share code, notes, and snippets.

@collinglass
Last active December 16, 2017 12:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save collinglass/c2d38ae0e3a7307d6e6c3b8d1c211646 to your computer and use it in GitHub Desktop.
Save collinglass/c2d38ae0e3a7307d6e6c3b8d1c211646 to your computer and use it in GitHub Desktop.
renderLoadEarlier(loadEarlierProps) {
return <MyLoadEarlier
text={loadEarlierProps.content}
/>
}
render() {
return <MessageContainer {...props} renderHeader={this.renderHeader}>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment