()
| 53 | } |
| 54 | |
| 55 | componentDidMount() { |
| 56 | this.props.dispatch(executeCodeBlock(this.props.block.get('id'))); |
| 57 | this.selectedData = this.props.data; |
| 58 | } |
| 59 | |
| 60 | componentWillReceiveProps(newProps) { |
| 61 | const code = this.props.block.get('content'); |
nothing calls this directly
no test coverage detected