* A callback called immediately after mutations have been observed on a * component. This differs from `checkPropsPostMutations` in that it is * called in all cases of mutation. * @param {Array } unusedRecords * @protected
(unusedRecords)
| 520 | * @protected |
| 521 | */ |
| 522 | mutationObserverCallback(unusedRecords) {} |
| 523 | |
| 524 | /** |
| 525 | * A callback called immediately after mutations have been observed on a |