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

Method componentWillUnmount

src/Components/Spectrum.js:326–328  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

324 }
325
326 componentWillUnmount(){
327 clearInterval(this.timer);
328 }
329
330 // Render the chart component (this only updates when the chart is created)
331 render(){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected