Skip to content

Commit 2b0f4b1

Browse files
committed
chore: update propTypes
1 parent f981e2f commit 2b0f4b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/menu/src/MenuContainer.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ MenuContainer.propTypes = {
2323
triggerRef: PropTypes.any.isRequired,
2424
menuRef: PropTypes.any.isRequired,
2525
idPrefix: PropTypes.string,
26-
environment: PropTypes.any,
26+
document: PropTypes.any,
27+
window: PropTypes.any,
2728
onChange: PropTypes.func,
2829
isExpanded: PropTypes.bool,
2930
defaultExpanded: PropTypes.bool,

0 commit comments

Comments
 (0)