-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Can't find variable: document #838
Comments
There is no |
@bhatti - @siuying is right, there is no |
I am using react-native 0.33.0. I have not tried any 3rd party library, but my application gets "Can't find variable: document". Is there a way to fix this? This is the stack trace , which is captured and sent from online customer's Device. I have not reproduced locally. Error Domain=RCTErrorDomain Code=1 "Unhandled JS Exception: ReferenceError: Can't find variable: document" UserInfo={NSLocalizedFailureReason={"line":1,"column":43,"sourceURL":"http://static.iqiyi.com/js/demo/PaopaoSignCalenderRN/index.ios.bundle.js"}, NSLocalizedDescription=Unhandled JS Exception: ReferenceError: Can't find variable: document, RCTJSStackTraceKey=( |
I am using react-native 0.3.4 and trying to integrate a 3rd party library lighstreamer (http://www.lightstreamer.com/distros/Lightstreamer_Allegro-Presto-Vivace_6_0_20150213/Lightstreamer/DOCS-SDKs/sdk_client_javascript/tools/generator.html). I tried using namedspace version of the library but my application gets "Can't find variable: document" when I include that library using require tag. Is there a way to fix this?
The text was updated successfully, but these errors were encountered: