jasonkuhrt / react-popover

A smart popover component for React
600 stars 253 forks source link

fix: document is not defined on server #143

Closed mxmtsk closed 6 years ago

mxmtsk commented 6 years ago

Because document is getting called in the ReactLayerMixin componentWillMount lifecycle method it throws a document is undefined error on the server for universal web apps.

jasonkuhrt commented 6 years ago

Thanks @mxmtsk! I don't think this is an issue anymore in 0.5.0.

mxmtsk commented 6 years ago

@jasonkuhrt just saw the new version this morning and you're right! :)