Skip to content

Commit 3b23ced

Browse files
authored
docs(Popover): fix example (react-bootstrap#5684)
1 parent cb53fde commit 3b23ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/src/examples/Overlays/ScheduleUpdate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const UpdatingPopover = React.forwardRef(
66
}, [children, popper]);
77

88
return (
9-
<Popover ref={ref} content {...props}>
9+
<Popover ref={ref} body {...props}>
1010
{children}
1111
</Popover>
1212
);

0 commit comments

Comments
 (0)