Property 'getDomRect' does not exist on type 'Layout' #402
Unanswered
bharattech
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Property 'getDomRect' does not exist on type 'Layout'
Getting above error at file TabStorage.tsx, line 88
const absoluteY = y + tab.getRect().y + layout.getDomRect().top;
There is definition for getDomRect in Layout.d.ts
any help
Beta Was this translation helpful? Give feedback.
All reactions