Created
September 18, 2020 21:17
-
-
Save Marcisbee/f03782f2234b86c6ea875781165844eb to your computer and use it in GitHub Desktop.
This file contains 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
const user = create({ | |
firstName: String, | |
lastName: String, | |
}) | |
const state = create({ | |
user, | |
}) | |
state.firstName = 'John' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment