Created
March 6, 2022 07:32
-
-
Save mohsentaleb/bca51c09200b288f901af029eedef74b 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
if (action.type === 'SET_BACKGROUND_COLOR') { | |
// typescript would know we're in "SET_BACKGROUND_COLOR" context | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment