in test.js [119:123]
getDerivedStateFromProps(nextProps, prevState) { return { count: prevState.count + nextProps.incrementBy, }; },