-
Notifications
You must be signed in to change notification settings - Fork 154
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
Isomorphic apps cannot render this modal #24
Comments
+1 |
1 similar comment
+1 |
I was able to get it to run by monkey patching it which is not ideal...
then again in the actual Modal I was using... for example - OutlineModal.js
|
+1 |
1 similar comment
+1 |
I published a fixed version on npm as boron-ssr-fix. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please adjust this component to be able to render on the server for isomorphic (universal) apps.
This is becoming the standard now and it will be a shame not to use your component for lack of isomorphic support.
right now it throws an error because it has a dependency on document or window.
simply move the dependent code to componentDidMount...
The text was updated successfully, but these errors were encountered: