MCPcopy Index your code
hub / github.com/ampproject/amphtml / checkPropsPostMutations

Method checkPropsPostMutations

src/preact/base-element.js:530–530  ·  view source on GitHub ↗

* A callback called immediately after mutations have been observed on a * component's defined props. The implementation can verify if any * additional properties need to be mutated via `mutateProps()` API. * @protected

()

Source from the content-addressed store, hash-verified

528 * @protected
529 */
530 checkPropsPostMutations() {}
531
532 /**
533 * A callback called to compute props before rendering is run. The properties

Callers 2

buildCallbackMethod · 0.95
checkMutations_Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected