Skip to content

Commit

Permalink
Remove unimplemented getClientRects method from ReadOnlyElement (face…
Browse files Browse the repository at this point in the history
…book#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
  • Loading branch information
rubennorte authored and facebook-github-bot committed Sep 8, 2023
1 parent 479876f commit 7cd50e4
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 7cd50e4

Please sign in to comment.