lazynewt

Results 2 comments of lazynewt

Can someone please update/ commit this change# `componentDidUpdate(prevProps, prevState) { if (this.props.until !== prevProps.until || this.props.id !== prevProps.id) { this.setState({ lastUntil: 0, until: Math.max(this.props.until, 0) }); } }` Or even...