Skip to content

Commit

Permalink
Remove unimplemented getClientRects method from ReadOnlyElement
Browse files Browse the repository at this point in the history
Differential Revision: D49069518

fbshipit-source-id: f3458c202c155d5fcbf0cd297cd37ea606dce93f
  • Loading branch information
rubennorte authored and facebook-github-bot committed Sep 8, 2023
1 parent 57447d7 commit 7d49d05
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/react-native/Libraries/DOM/Nodes/ReadOnlyElement.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,6 @@ export default class ReadOnlyElement extends ReadOnlyNode {
return new DOMRect(0, 0, 0, 0);
}

getClientRects(): DOMRectList {
throw new TypeError('Unimplemented');
}

/**
* Pointer Capture APIs
*/
Expand Down

0 comments on commit 7d49d05

Please sign in to comment.