Skip to content

Commit 46ee053

Browse files
Fix popper for real...
1 parent 23b21a3 commit 46ee053

File tree

1 file changed

+1
-1
lines changed
  • packages/rescript-mui-material/src/components

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type virtualElement = {
1111
@unboxed
1212
type anchorEl =
1313
| @as(null) Null
14-
| Virtual(Popper.virtualElement)
14+
| Virtual(virtualElement)
1515
| Element(unit => ReactDOM.domRef)
1616

1717
type phase =

0 commit comments

Comments
 (0)