Skip to content

Commit

Permalink
chore: ignore vue3-specific code
Browse files Browse the repository at this point in the history
  • Loading branch information
xanf committed Oct 24, 2022
1 parent b442471 commit 6ef2ba4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/element-to-vue-instance-registry.js
Expand Up @@ -30,6 +30,7 @@ export const getInstanceFromElement = element => {

while (currentElement) {
if (registry.has(currentElement)) {
/* istanbul ignore next */
return registry.get(currentElement)
}
currentElement = currentElement.parentNode
Expand Down

0 comments on commit 6ef2ba4

Please sign in to comment.