File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/components/composites Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
36
" prettier --write"
37
37
]
38
38
},
39
- "version" : " 3.4.0-rc.4 " ,
39
+ "version" : " 3.4.0-rc.5 " ,
40
40
"license" : " MIT" ,
41
41
"private" : false ,
42
42
"main" : " lib/commonjs/index" ,
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ const Menu = (
93
93
{ ...resolvedProps }
94
94
>
95
95
< Backdrop onPress = { handleClose } { ..._backdrop } />
96
- < Popper . Content >
96
+ < Popper . Content isOpen = { isOpen } >
97
97
< MenuContext . Provider
98
98
value = { { closeOnSelect, onClose : handleClose } }
99
99
>
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ export const Tooltip = ({
132
132
placement = { placement }
133
133
offset = { offset }
134
134
>
135
- < Popper . Content >
135
+ < Popper . Content isOpen = { isOpen } >
136
136
{ hasArrow && (
137
137
< Popper . Arrow
138
138
borderColor = "transparent"
You can’t perform that action at this time.
0 commit comments