Skip to content

Commit f2154fd

Browse files
authored
[react-interactions] Refine custom active element blur logic (#17354)
1 parent 336cbf8 commit f2154fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ReactTestHostConfig.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,3 +367,7 @@ export function getInstanceFromNode(mockNode: Object) {
367367
}
368368
return null;
369369
}
370+
371+
export function beforeRemoveInstance(instance) {
372+
// noop
373+
}

0 commit comments

Comments
 (0)