Skip to content

Commit 836511e

Browse files
rubennortefacebook-github-bot
authored andcommitted
Remove unimplemented getClientRects method from ReadOnlyElement (#39348)
Summary: Pull Request resolved: #39348 We removed this method from the proposal, so we don't need to keep the method around unimplemented. Changelog: [internal] Reviewed By: NickGerleman Differential Revision: D49069518 fbshipit-source-id: 5b391954b125a082d7489d166b1c1cd6444cfa1b
1 parent f275603 commit 836511e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/react-native/Libraries/DOM/Nodes/ReadOnlyElement.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -227,10 +227,6 @@ export default class ReadOnlyElement extends ReadOnlyNode {
227227
return new DOMRect(0, 0, 0, 0);
228228
}
229229

230-
getClientRects(): DOMRectList {
231-
throw new TypeError('Unimplemented');
232-
}
233-
234230
/**
235231
* Pointer Capture APIs
236232
*/

0 commit comments

Comments
 (0)