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

Function afterMount

test/dom/index.js:383–385  ·  view source on GitHub ↗
({props})

Source from the content-addressed store, hash-verified

381 log.push(props.name + ' afterUpdate')
382 },
383 afterMount ({props}) {
384 log.push(props.name + ' afterMount')
385 },
386 beforeUnmount ({props}, el) {
387 log.push(props.name + ' beforeUnmount')
388 }

Callers

nothing calls this directly

Calls 1

setStateFunction · 0.85

Tested by

no test coverage detected