Created
March 5, 2020 14:07
-
-
Save vojto/0496095e4922125ae5ca1d0187552c7f 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
applyProps: (instance, oldProps, props) => { | |
const { x, y, text } = props; | |
instance.x = x; | |
instance.y = y; | |
instance.text = text; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment