MCPcopy Index your code
hub / github.com/tyroprogrammer/learn-react-app / componentDidMount

Method componentDidMount

src/setup/Markdown.jsx:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 }
20
21 componentDidMount() {
22 this.stitchMarkdownSource(this.props);
23 }
24
25 componentDidUpdate(prevProps) {
26 if (prevProps.tutorialMetadata.markdownLocation !== this.props.tutorialMetadata.markdownLocation) {

Callers

nothing calls this directly

Calls 1

stitchMarkdownSourceMethod · 0.95

Tested by

no test coverage detected