MCPcopy
hub / github.com/anthonyshort/deku / beforeUnmount

Function beforeUnmount

test/dom/index.js:386–388  ·  view source on GitHub ↗
({props}, el)

Source from the content-addressed store, hash-verified

384 log.push(props.name + ' afterMount')
385 },
386 beforeUnmount ({props}, el) {
387 log.push(props.name + ' beforeUnmount')
388 }
389 }
390
391 mount(

Callers

nothing calls this directly

Calls 1

endFunction · 0.85

Tested by

no test coverage detected