We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
8f15eea introduced a couple uses. We need to fix them because
global
window
document
The text was updated successfully, but these errors were encountered:
Also we're trying to make rendering into iframes work, so document is probably usually/always the wrong thing to use?
Sorry, something went wrong.
84dea7e fixed some of this.
+1 @spicyj
Closing this out - no need to keep the general issue around.
No branches or pull requests
8f15eea introduced a couple uses. We need to fix them because
global
isn't actually available (though we need to be careful about usingwindow
directly as well - 458836a)document
breaks server rendering - ReferenceError: document is not defined facebookarchive/react-page#28The text was updated successfully, but these errors were encountered: