Skip to content

Instantly share code, notes, and snippets.

@dvtng
Last active June 13, 2017 08:30
Show Gist options
  • Save dvtng/6b1df9b6de1acd21e9cd7613d483fdef to your computer and use it in GitHub Desktop.
Save dvtng/6b1df9b6de1acd21e9cd7613d483fdef to your computer and use it in GitHub Desktop.
class Document extends React.Component {
render() {
// ...
}
}
export default withLinkAnalytics((props) => ({
documentId: props.documentId
}), Document);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment