Skip to content

Commit 7cd50e4

Browse files
rubennortefacebook-github-bot
authored andcommitted
Remove unimplemented getClientRects method from ReadOnlyElement (facebook#39348)
Summary: Pull Request resolved: facebook#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: c6b30e2ccbaaadfd5558bb5535e2530affa72273
1 parent 479876f commit 7cd50e4

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)