react-measure icon indicating copy to clipboard operation
react-measure copied to clipboard

ReferenceError: document is not defined

Open piotrblasiak opened this issue 6 years ago • 1 comments

When running on the server, 3.0.0-rc.3 fails with:

node_modules/react-measure/lib/utils.js:15 var body = document.body; ^ ReferenceError: document is not defined

piotrblasiak avatar Feb 21 '18 01:02 piotrblasiak

Same problem here

EDIT: Just saw that you're rewriting the package and we should install version 2, not 3.

Ruffeng avatar Mar 01 '18 14:03 Ruffeng