MCPcopy Create free account
hub / github.com/curiores/SerialAnalyzer / componentWillUnmount

Method componentWillUnmount

src/Components/SerialChart.js:214–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

212 }
213
214 componentWillUnmount() {
215 clearInterval(this.timer);
216 }
217
218 // Render the chart component (this only updates when the chart is created)
219 render() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected