You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[fixed] Don't try to access .ownerDocument on null
We previously did not take into account that React.findDOMNode(this)
can return null, (for example if you have a modal and only want to
render the overlay). We now fallback to the root document in that
case.
react-bootstrap@ee0382e
0 commit comments