()
| 19 | } |
| 20 | |
| 21 | componentDidMount() { |
| 22 | this.stitchMarkdownSource(this.props); |
| 23 | } |
| 24 | |
| 25 | componentDidUpdate(prevProps) { |
| 26 | if (prevProps.tutorialMetadata.markdownLocation !== this.props.tutorialMetadata.markdownLocation) { |
nothing calls this directly
no test coverage detected