We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c88e684 commit 4ba534bCopy full SHA for 4ba534b
1 file changed
src/modules/Popup/lib/createReferenceProxy.js
@@ -21,6 +21,10 @@ class ReferenceProxy {
21
get parentNode() {
22
return this.ref.current ? this.ref.current.parentNode : undefined
23
}
24
+
25
+ get contextElement() {
26
+ return this.ref.current;
27
+ }
28
29
30
/**
0 commit comments