Skip to content

Instantly share code, notes, and snippets.

@9oelM

9oelM/block10.ts Secret

Created September 13, 2020 15:11
Show Gist options
  • Save 9oelM/d089b2cab64e9414b1e2a2533cfa47fe to your computer and use it in GitHub Desktop.
Save 9oelM/d089b2cab64e9414b1e2a2533cfa47fe to your computer and use it in GitHub Desktop.
const {
conditions: {
shouldShowRed,
shouldShowGreen,
}
}: RootReduxState = useSelector((s: RootReduxState) => s);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment