Skip to content

Instantly share code, notes, and snippets.

@Sawtaytoes
Created March 20, 2019 23:00
Show Gist options
  • Save Sawtaytoes/353899330390588907b3472bc7a7ea9c to your computer and use it in GitHub Desktop.
Save Sawtaytoes/353899330390588907b3472bc7a7ea9c to your computer and use it in GitHub Desktop.
export default (
connect(
(
{ nodes },
{ id },
) => (
nodes[id]
)
)(
Node,
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment