Skip to content

Commit

Permalink
fix: pass modal manager down
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Nov 29, 2018
1 parent a51eda8 commit 2980ac6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ class Modal extends React.Component {

/* BaseModal props */
show,
manager,
animation,
backdrop,
keyboard,
Expand Down Expand Up @@ -313,6 +314,7 @@ class Modal extends React.Component {
onEntered,
onExit,
onExiting,
manager,
ref: this.setModalRef,
style: { ...style, ...this.state.style },
className: classNames(className, bsPrefix),
Expand Down

0 comments on commit 2980ac6

Please sign in to comment.