Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LA Web] Add check for
HTMLElement
when looking for descendant with…
… animation. (#5749) ## Summary This issue was found in [Expensify](Expensify/App#37463). `node.children` was undefined, because `node` wasn't `HTMLElement` - it was `plaintext`. This PR introduces new check - if `node` is not `HTMLElement`, we won't perform any action. ## Test plan Tested on Expensify App
- Loading branch information