Skip to content

Commit e81a6ca

Browse files
Fix Popper anchorEl signature
1 parent ab30624 commit e81a6ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/rescript-mui-material/src/components

packages/rescript-mui-material/src/components/Popper.res

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ type virtualElement = {
1111
@unboxed
1212
type anchorEl =
1313
| @as(null) Null
14-
| Virtual(virtualElement)
15-
| Element(unit => React.element)
14+
| Virtual(Popper.virtualElement)
15+
| Element(unit => ReactDOM.domRef)
1616

1717
type phase =
1818
| @as("afterMain") AfterMain

0 commit comments

Comments
 (0)