Skip to content

Commit ebc31ea

Browse files
committed
deploy: 4ebf006
1 parent fa11252 commit ebc31ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_popover.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { classnames } from './_utils.js';
2-
let hoverMap;
2+
let hoverMap = {};
33
export const Popover = ({ content, placement = 'top', className, style, children, onClick }) => {
44
const [hover, setHover] = React.useState(false);
55
const popoverRootId = 'popover-root-' + React.useMemo(() => Math.random().toString().slice(2), []);

0 commit comments

Comments
 (0)