Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebpackError: ReferenceError: document is not defined #1

Open
cjarit opened this issue Nov 4, 2018 · 0 comments
Open

WebpackError: ReferenceError: document is not defined #1

cjarit opened this issue Nov 4, 2018 · 0 comments

Comments

@cjarit
Copy link

cjarit commented Nov 4, 2018

I got this error when I try to build the website to production

1:44:25 PM: error Building static HTML for pages failed
1:44:25 PM: See our docs page on debugging HTML builds for help https://goo.gl/yL9lND
1:44:25 PM: 9912 |
1:44:25 PM: 9913 | function getColor(props) {
1:44:25 PM: > 9914 | var d = document.createElement('div');
1:44:25 PM: | ^
1:44:26 PM: 9915 | d.style.color = props.color;
1:44:26 PM: 9916 | document.body.appendChild(d);
1:44:26 PM: 9917 | var rgbcolor = window.getComputedStyle(d).color;
1:44:26 PM:

1:44:26 PM: WebpackError: ReferenceError: document is not defined
1:44:26 PM:
1:44:26 PM: - react-page-loading.js:9914 getColor
1:44:26 PM: [lib]/[react-page-loading]/dist/react-page-loading.js:9914:1
1:44:26 PM:
1:44:26 PM: - react-page-loading.js:9926 exports.default
1:44:26 PM: [lib]/[react-page-loading]/dist/react-page-loading.js:9926:1
1:44:26 PM:
1:44:26 PM: - react-page-loading.js:564
1:44:26 PM: [lib]/[react-page-loading]/dist/react-page-loading.js:564:1
1:44:26 PM:
1:44:26 PM:
1:44:26 PM: - react-page-loading.js:546 flatten
1:44:26 PM: [lib]/[react-page-loading]/dist/react-page-loading.js:546:1
1:44:26 PM:
1:44:26 PM: - react-page-loading.js:2456 ComponentStyle.generateAndInjectStyles
1:44:26 PM: [lib]/[react-page-loading]/dist/react-page-loading.js:2456:1
1:44:26 PM:
1:44:26 PM: - react-page-loading.js:2156 StyledComponent.generateAndInjectStyles
1:44:26 PM: [lib]/[react-page-loading]/dist/react-page-loading.js:2156:1
1:44:26 PM:
1:44:26 PM: - react-page-loading.js:2194 StyledComponent.componentWillMount
1:44:26 PM: [lib]/[react-page-loading]/dist/react-page-loading.js:2194:1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant