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