Created
December 1, 2019 20:56
-
-
Save jvanderen1/436867078cf34082ab9acf4f2fe17800 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 component = getComponent({ | |
numCols: 10, | |
}); | |
const instance = component.root.instance; | |
console.log(instance.props.numCols); // 10 | |
console.log(instance.props.numRows); // 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment