Created
March 20, 2019 23:00
-
-
Save Sawtaytoes/353899330390588907b3472bc7a7ea9c to your computer and use it in GitHub Desktop.
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
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