Skip to content

Instantly share code, notes, and snippets.

@smoothness
Created June 21, 2021 17:43
Show Gist options
  • Save smoothness/70bd2fa18c0476656227200838a8585c to your computer and use it in GitHub Desktop.
Save smoothness/70bd2fa18c0476656227200838a8585c to your computer and use it in GitHub Desktop.
export default connect (
({planeteers}) => console.log(planeteers) || ({capPlanet: planeteers.captain})
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment