jquense / react-bootstrap-modal

React port of jschr's better bootstrap modals
Other
89 stars 51 forks source link

remove reference to "document" for server-side rendering #30

Closed atis-- closed 7 years ago

atis-- commented 7 years ago

allow to be used in node.js context where document object is not defined (it's not expected that the modal would actually be rendered but at least it shouldn't break everything else)

jquense commented 7 years ago

thanks!