* 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
()
| 528 | * @protected |
| 529 | */ |
| 530 | checkPropsPostMutations() {} |
| 531 | |
| 532 | /** |
| 533 | * A callback called to compute props before rendering is run. The properties |
no outgoing calls
no test coverage detected