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