(s)
| 59774 | Re.createElement('pre', { className: 'microlight' }, s, ' ms') |
| 59775 | ) |
| 59776 | class LiveResponse extends Re.Component { |
| 59777 | shouldComponentUpdate(s) { |
| 59778 | return ( |
| 59779 | this.props.response !== s.response || |
| 59780 | this.props.path !== s.path || |
| 59781 | this.props.method !== s.method || |
| 59782 | this.props.displayRequestDuration !== s.displayRequestDuration |
| 59783 | ) |
| 59784 | } |
| 59785 | render() { |
| 59786 | const { |