algolia / algoliasearch-client-javascript

⚡️ A fully-featured and blazing-fast JavaScript API client to interact with Algolia.
https://www.algolia.com/doc/api-client/javascript/getting-started/
MIT License
1.33k stars 222 forks source link

Latest algoliasearch doesn't work with React Native (0.40) #463

Closed aksonov closed 7 years ago

aksonov commented 7 years ago

simulator screen shot 13 jan 2017 17 49 09

vvo commented 7 years ago

Thanks I think upgrading debug should do it, doing it now.

vvo commented 7 years ago

Weirdly I made it work with the current version but worth upgrading this dep. Can you give me the code sample you are using as for importing and using the client?

aksonov commented 7 years ago

import algoliasearch from 'algoliasearch/reactnative';

3.14.6 version works fine. Tried 3.17, 3.20 - they don’t work.

On 17 Jan 2017, at 20:54, Vincent Voyer notifications@github.com wrote:

Weirdly I made it work with the current version but worth upgrading this dep. Can you give me the code sample you are using as for importing and using the client?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/algolia/algoliasearch-client-javascript/issues/463#issuecomment-273280384, or mute the thread https://github.com/notifications/unsubscribe-auth/ABQpcSQCxf3_A9oUEM_pcU2TZQp8a-0Eks5rTRxvgaJpZM4LjEFa.

vvo commented 7 years ago

Do you have any specific environment variable set?

Can you dump npm ls result inside your project?

The current line you are referring to should be safe in React Native weirdly: https://github.com/visionmedia/debug/blob/1c163a48c16fdfcaff734d2233bec6fff3d6f0f0/src/browser.js#L49

aksonov commented 7 years ago

Sorry, but i believe it is NOT safe - document.documentElement is null within React Native.

My 'npm ls’ output: ├─┬ algoliasearch@3.20.4 │ ├── agentkeepalive@2.2.0 │ ├─┬ debug@2.6.0 │ │ └── ms@0.7.2 │ ├─┬ envify@4.0.0 │ │ ├── esprima@3.1.3 │ │ └── through@2.3.8 │ ├── es6-promise@4.0.5 │ ├── events@1.1.1 │ ├── foreach@2.0.5 │ ├─┬ global@4.3.1 │ │ ├─┬ min-document@2.19.0 │ │ │ └── dom-walk@0.1.1 │ │ └── process@0.5.2 │ ├── inherits@2.0.3 │ ├── isarray@2.0.1 │ ├── load-script@1.0.0 │ ├── object-keys@1.0.11 │ ├── querystring-es3@0.2.1 │ ├── reduce@1.0.1 │ ├── semver@5.3.0 │ ├─┬ tap-bail@0.0.0 │ │ └─┬ tap-parser@0.4.3 │ │ └─┬ readable-stream@1.1.14 │ │ └── isarray@0.0.1 │ ├─┬ tap-dot@1.0.5 │ │ ├─┬ tap-out@1.4.2 │ │ │ ├── re-emitter@1.1.3 │ │ │ ├── readable-stream@2.2.2 │ │ │ ├── split@1.0.0 │ │ │ └── trim@0.0.1 │ │ └─┬ through2@2.0.3 │ │ └── readable-stream@2.2.2 │ └── tunnel-agent@0.4.3 ├─┬ assert@1.4.1 │ └─┬ util@0.10.3 │ └── inherits@2.0.1 ├── autobind@1.0.3 ├── autobind-decorator@1.3.4 ├─┬ babel-jest@18.0.0 │ ├─┬ babel-core@6.21.0 │ │ ├─┬ babel-code-frame@6.20.0 │ │ │ └── js-tokens@2.0.0 │ │ ├── babel-helpers@6.16.0 │ │ ├── babel-messages@6.8.0 │ │ ├── convert-source-map@1.3.0 │ │ ├── json5@0.5.1 │ │ ├── private@0.1.6 │ │ ├── slash@1.0.0 │ │ └── source-map@0.5.6 │ ├─┬ babel-plugin-istanbul@3.1.2 │ │ ├─┬ find-up@1.1.2 │ │ │ ├── path-exists@2.1.0 │ │ │ └─┬ pinkie-promise@2.0.1 │ │ │ └── pinkie@2.0.4 │ │ ├── istanbul-lib-instrument@1.4.2 │ │ ├── object-assign@4.1.1 │ │ └─┬ test-exclude@3.3.0 │ │ ├── arrify@1.0.1 │ │ ├─┬ micromatch@2.3.11 │ │ │ ├─┬ arr-diff@2.0.0 │ │ │ │ └── arr-flatten@1.0.1 │ │ │ ├── array-unique@0.2.1 │ │ │ ├─┬ braces@1.8.5 │ │ │ │ ├─┬ expand-range@1.8.2 │ │ │ │ │ └─┬ fill-range@2.2.3 │ │ │ │ │ ├── is-number@2.1.0 │ │ │ │ │ ├── isobject@2.1.0 │ │ │ │ │ └── randomatic@1.1.6 │ │ │ │ ├── preserve@0.2.0 │ │ │ │ └── repeat-element@1.1.2 │ │ │ ├─┬ expand-brackets@0.1.5 │ │ │ │ └── is-posix-bracket@0.1.1 │ │ │ ├── extglob@0.3.2 │ │ │ ├── filename-regex@2.0.0 │ │ │ ├── is-extglob@1.0.0 │ │ │ ├── is-glob@2.0.1 │ │ │ ├─┬ kind-of@3.1.0 │ │ │ │ └── is-buffer@1.1.4 │ │ │ ├── normalize-path@2.0.1 │ │ │ ├─┬ object.omit@2.0.1 │ │ │ │ ├─┬ for-own@0.1.4 │ │ │ │ │ └── for-in@0.1.6 │ │ │ │ └── is-extendable@0.1.1 │ │ │ ├─┬ parse-glob@3.0.4 │ │ │ │ ├─┬ glob-base@0.3.0 │ │ │ │ │ └── glob-parent@2.0.0 │ │ │ │ └── is-dotfile@1.0.2 │ │ │ └─┬ regex-cache@0.4.3 │ │ │ ├── is-equal-shallow@0.1.3 │ │ │ └── is-primitive@2.0.0 │ │ └── object-assign@4.1.1 │ └─┬ babel-preset-jest@18.0.0 │ └── babel-plugin-jest-hoist@18.0.0 ├─┬ babel-plugin-transform-decorators-legacy@1.3.4 │ ├── babel-plugin-syntax-decorators@6.13.0 │ ├─┬ babel-runtime@6.20.0 │ │ ├── core-js@2.4.1 │ │ └── regenerator-runtime@0.10.1 │ └── babel-template@6.16.0 ├─┬ babel-preset-react-native@1.9.1 │ ├── babel-plugin-check-es2015-constants@6.8.0 │ ├── babel-plugin-react-transform@2.0.2 │ ├── babel-plugin-syntax-async-functions@6.13.0 │ ├── babel-plugin-syntax-class-properties@6.13.0 │ ├── babel-plugin-syntax-flow@6.18.0 │ ├── babel-plugin-syntax-jsx@6.18.0 │ ├── babel-plugin-syntax-trailing-function-commas@6.20.0 │ ├─┬ babel-plugin-transform-class-properties@6.19.0 │ │ └── babel-helper-function-name@6.18.0 │ ├── babel-plugin-transform-es2015-arrow-functions@6.8.0 │ ├── babel-plugin-transform-es2015-block-scoping@6.21.0 │ ├─┬ babel-plugin-transform-es2015-classes@6.18.0 │ │ ├── babel-helper-define-map@6.18.0 │ │ ├── babel-helper-optimise-call-expression@6.18.0 │ │ └── babel-helper-replace-supers@6.18.0 │ ├── babel-plugin-transform-es2015-computed-properties@6.8.0 │ ├── babel-plugin-transform-es2015-destructuring@6.19.0 │ ├── babel-plugin-transform-es2015-for-of@6.18.0 │ ├── babel-plugin-transform-es2015-function-name@6.9.0 │ ├── babel-plugin-transform-es2015-literals@6.8.0 │ ├─┬ babel-plugin-transform-es2015-modules-commonjs@6.18.0 │ │ └── babel-plugin-transform-strict-mode@6.18.0 │ ├─┬ babel-plugin-transform-es2015-parameters@6.21.0 │ │ ├─┬ babel-helper-call-delegate@6.18.0 │ │ │ └── babel-helper-hoist-variables@6.18.0 │ │ └── babel-helper-get-function-arity@6.18.0 │ ├── babel-plugin-transform-es2015-shorthand-properties@6.18.0 │ ├── babel-plugin-transform-es2015-spread@6.8.0 │ ├── babel-plugin-transform-es2015-template-literals@6.8.0 │ ├── babel-plugin-transform-flow-strip-types@6.21.0 │ ├── babel-plugin-transform-object-assign@6.8.0 │ ├─┬ babel-plugin-transform-object-rest-spread@6.20.2 │ │ └── babel-plugin-syntax-object-rest-spread@6.13.0 │ ├── babel-plugin-transform-react-display-name@6.8.0 │ ├─┬ babel-plugin-transform-react-jsx@6.8.0 │ │ └── babel-helper-builder-react-jsx@6.21.1 │ ├── babel-plugin-transform-react-jsx-source@6.9.0 │ ├─┬ babel-plugin-transform-regenerator@6.21.0 │ │ └── regenerator-transform@0.9.8 │ └─┬ react-transform-hmr@1.0.4 │ └─┬ react-proxy@1.1.8 │ └── react-deep-force-update@1.0.1 ├── bugsnag-react-native@2.0.2 ├── cd@0.3.3 ├── crypto@0.0.3 ├── denodeify@1.2.1 ├─┬ eslint@2.13.1 │ ├─┬ chalk@1.1.3 │ │ ├── ansi-styles@2.2.1 │ │ ├── escape-string-regexp@1.0.5 │ │ ├── has-ansi@2.0.0 │ │ ├── strip-ansi@3.0.1 │ │ └── supports-color@2.0.0 │ ├─┬ concat-stream@1.6.0 │ │ ├─┬ readable-stream@2.2.2 │ │ │ ├── buffer-shims@1.0.0 │ │ │ ├── core-util-is@1.0.2 │ │ │ ├── process-nextick-args@1.0.7 │ │ │ └── string_decoder@0.10.31 │ │ └── typedarray@0.0.6 │ ├─┬ doctrine@1.5.0 │ │ └── isarray@1.0.0 │ ├─┬ es6-map@0.1.4 │ │ ├── d@0.1.1 │ │ ├── es5-ext@0.10.12 │ │ ├── es6-iterator@2.0.0 │ │ ├── es6-symbol@3.1.0 │ │ └── event-emitter@0.3.4 │ ├─┬ escope@3.6.0 │ │ ├── es6-weak-map@2.0.1 │ │ └─┬ esrecurse@4.1.0 │ │ ├── estraverse@4.1.1 │ │ └── object-assign@4.1.1 │ ├─┬ espree@3.3.2 │ │ ├── acorn@4.0.4 │ │ └─┬ acorn-jsx@3.0.1 │ │ └── acorn@3.3.0 │ ├── estraverse@4.2.0 │ ├── esutils@2.0.2 │ ├─┬ file-entry-cache@1.3.1 │ │ ├─┬ flat-cache@1.2.2 │ │ │ ├── circular-json@0.3.1 │ │ │ ├─┬ del@2.2.2 │ │ │ │ ├─┬ globby@5.0.0 │ │ │ │ │ ├── glob@7.1.1 │ │ │ │ │ └── object-assign@4.1.1 │ │ │ │ ├── is-path-cwd@1.0.0 │ │ │ │ ├─┬ is-path-in-cwd@1.0.0 │ │ │ │ │ └── is-path-inside@1.0.0 │ │ │ │ ├── object-assign@4.1.1 │ │ │ │ └── pify@2.3.0 │ │ │ └── write@0.2.1 │ │ └── object-assign@4.1.1 │ ├─┬ glob@7.1.1 │ │ ├── fs.realpath@1.0.0 │ │ ├─┬ inflight@1.0.6 │ │ │ └── wrappy@1.0.2 │ │ └── once@1.4.0 │ ├── globals@9.14.0 │ ├── ignore@3.2.0 │ ├── imurmurhash@0.1.4 │ ├─┬ inquirer@0.12.0 │ │ ├── ansi-escapes@1.4.0 │ │ ├── ansi-regex@2.1.1 │ │ ├─┬ cli-cursor@1.0.2 │ │ │ └─┬ restore-cursor@1.0.1 │ │ │ ├── exit-hook@1.1.1 │ │ │ └── onetime@1.1.0 │ │ ├── cli-width@2.1.0 │ │ ├─┬ figures@1.7.0 │ │ │ └── object-assign@4.1.1 │ │ ├─┬ readline2@1.0.1 │ │ │ ├── code-point-at@1.1.0 │ │ │ ├─┬ is-fullwidth-code-point@1.0.0 │ │ │ │ └── number-is-nan@1.0.1 │ │ │ └── mute-stream@0.0.5 │ │ ├── run-async@0.1.0 │ │ ├── rx-lite@3.1.2 │ │ └── string-width@1.0.2 │ ├─┬ is-my-json-valid@2.15.0 │ │ ├── generate-function@2.0.0 │ │ ├─┬ generate-object-property@1.2.0 │ │ │ └── is-property@1.0.2 │ │ ├── jsonpointer@4.0.1 │ │ └── xtend@4.0.1 │ ├─┬ is-resolvable@1.0.0 │ │ └── tryit@1.0.3 │ ├─┬ js-yaml@3.7.0 │ │ ├─┬ argparse@1.0.9 │ │ │ └── sprintf-js@1.0.3 │ │ └── esprima@2.7.3 │ ├─┬ json-stable-stringify@1.0.1 │ │ └── jsonify@0.0.0 │ ├─┬ levn@0.3.0 │ │ ├── prelude-ls@1.1.2 │ │ └── type-check@0.3.2 │ ├── lodash@4.17.4 │ ├─┬ mkdirp@0.5.1 │ │ └── minimist@0.0.8 │ ├─┬ optionator@0.8.2 │ │ ├── deep-is@0.1.3 │ │ └── fast-levenshtein@2.0.6 │ ├── path-is-absolute@1.0.1 │ ├── path-is-inside@1.0.2 │ ├── pluralize@1.2.1 │ ├── progress@1.1.8 │ ├─┬ require-uncached@1.0.3 │ │ ├─┬ caller-path@0.1.0 │ │ │ └── callsites@0.2.0 │ │ └── resolve-from@1.0.1 │ ├── shelljs@0.6.1 │ ├── strip-json-comments@1.0.4 │ ├─┬ table@3.8.3 │ │ ├─┬ ajv@4.10.4 │ │ │ └── co@4.6.0 │ │ ├── ajv-keywords@1.5.0 │ │ ├── slice-ansi@0.0.4 │ │ └─┬ string-width@2.0.0 │ │ └── is-fullwidth-code-point@2.0.0 │ ├── text-table@0.2.0 │ └─┬ user-home@2.0.0 │ └── os-homedir@1.0.2 ├─┬ eslint-config-airbnb@8.0.0 │ └── eslint-config-airbnb-base@1.0.4 ├─┬ eslint-plugin-import@1.16.0 │ ├── builtin-modules@1.1.1 │ ├── contains-path@0.1.0 │ ├── doctrine@1.3.0 │ ├── es6-set@0.1.4 │ ├─┬ eslint-import-resolver-node@0.2.3 │ │ ├── object-assign@4.1.1 │ │ └── resolve@1.2.0 │ ├─┬ has@1.0.1 │ │ └── function-bind@1.1.0 │ ├── lodash.cond@4.5.2 │ ├── lodash.endswith@4.2.1 │ ├── lodash.find@4.6.0 │ ├── lodash.findindex@4.6.0 │ ├─┬ minimatch@3.0.3 │ │ └─┬ brace-expansion@1.1.6 │ │ ├── balanced-match@0.4.2 │ │ └── concat-map@0.0.1 │ ├── object-assign@4.1.1 │ ├── pkg-dir@1.0.0 │ └── pkg-up@1.0.0 ├─┬ eslint-plugin-jsx-a11y@1.5.5 │ ├── damerau-levenshtein@1.0.3 │ ├─┬ jsx-ast-utils@1.3.5 │ │ └── object-assign@4.1.1 │ └── object-assign@4.1.1 ├── eslint-plugin-react@5.2.2 ├── estraverse-fb@1.3.1 ├─┬ expect@1.20.2 │ ├── define-properties@1.1.2 │ ├─┬ is-equal@1.5.3 │ │ ├── is-arrow-function@2.0.3 │ │ ├── is-boolean-object@1.0.0 │ │ ├── is-callable@1.1.3 │ │ ├── is-date-object@1.0.1 │ │ ├── is-generator-function@1.0.6 │ │ ├── is-number-object@1.0.3 │ │ ├── is-string@1.0.4 │ │ ├── is-symbol@1.0.1 │ │ └─┬ object.entries@1.0.4 │ │ └─┬ es-abstract@1.6.1 │ │ └── es-to-primitive@1.1.1 │ ├── is-regex@1.0.3 │ ├── object-inspect@1.2.1 │ └── tmatch@2.0.1 ├─┬ form-data@1.0.1 │ ├── async@2.1.4 │ ├─┬ combined-stream@1.0.5 │ │ └── delayed-stream@1.0.0 │ └─┬ mime-types@2.1.11 │ └── mime-db@1.23.0 ├─┬ jest@18.1.0 │ └─┬ jest-cli@18.1.0 │ ├── callsites@2.0.0 │ ├─┬ is-ci@1.0.10 │ │ └── ci-info@1.0.0 │ ├─┬ istanbul-api@1.1.1 │ │ ├─┬ fileset@2.0.3 │ │ │ └── glob@7.1.1 │ │ ├─┬ istanbul-lib-hook@1.0.0 │ │ │ └─┬ append-transform@0.4.0 │ │ │ └── default-require-extensions@1.0.0 │ │ ├─┬ istanbul-lib-report@1.0.0-alpha.3 │ │ │ ├── async@1.5.2 │ │ │ ├── path-parse@1.0.5 │ │ │ └─┬ supports-color@3.2.3 │ │ │ └── has-flag@1.0.0 │ │ ├─┬ istanbul-lib-source-maps@1.1.0 │ │ │ └── source-map@0.5.6 │ │ └─┬ istanbul-reports@1.0.0 │ │ └─┬ handlebars@4.0.6 │ │ ├── async@1.5.2 │ │ └─┬ source-map@0.4.4 │ │ └── amdefine@1.0.1 │ ├── istanbul-lib-coverage@1.0.0 │ ├── jest-changed-files@17.0.2 │ ├─┬ jest-config@18.1.0 │ │ └── jest-environment-node@18.1.0 │ ├─┬ jest-environment-jsdom@18.1.0 │ │ └─┬ jsdom@9.9.1 │ │ ├── abab@1.0.3 │ │ ├── acorn@2.7.0 │ │ ├─┬ acorn-globals@1.0.9 │ │ │ └── acorn@2.7.0 │ │ ├── array-equal@1.0.0 │ │ ├── content-type-parser@1.0.1 │ │ ├── cssom@0.3.1 │ │ ├── cssstyle@0.2.37 │ │ ├─┬ escodegen@1.8.1 │ │ │ ├── esprima@2.7.3 │ │ │ ├── estraverse@1.9.3 │ │ │ └── source-map@0.2.0 │ │ ├── html-encoding-sniffer@1.0.1 │ │ ├── nwmatcher@1.3.9 │ │ ├── parse5@1.5.1 │ │ ├── symbol-tree@3.2.1 │ │ ├── webidl-conversions@3.0.1 │ │ ├─┬ whatwg-encoding@1.0.1 │ │ │ └── iconv-lite@0.4.13 │ │ ├─┬ whatwg-url@4.3.0 │ │ │ └── tr46@0.0.3 │ │ └── xml-name-validator@2.0.1 │ ├── jest-file-exists@17.0.0 │ ├── jest-haste-map@18.1.0 │ ├─┬ jest-jasmine2@18.1.0 │ │ ├── jest-matcher-utils@18.1.0 │ │ └── jest-matchers@18.1.0 │ ├── jest-mock@18.0.0 │ ├─┬ jest-resolve@18.1.0 │ │ ├─┬ browser-resolve@1.11.2 │ │ │ └── resolve@1.1.7 │ │ └── jest-haste-map@18.1.0 │ ├── jest-resolve-dependencies@18.1.0 │ ├─┬ jest-runtime@18.1.0 │ │ └── jest-haste-map@18.1.0 │ ├─┬ jest-snapshot@18.1.0 │ │ ├── jest-diff@18.1.0 │ │ ├── natural-compare@1.4.0 │ │ └── pretty-format@18.1.0 │ ├─┬ jest-util@18.1.0 │ │ └── diff@3.2.0 │ ├─┬ node-notifier@4.6.1 │ │ ├─┬ cli-usage@0.1.4 │ │ │ ├── marked@0.3.6 │ │ │ └─┬ marked-terminal@1.7.0 │ │ │ ├─┬ cardinal@1.0.0 │ │ │ │ ├── ansicolors@0.2.1 │ │ │ │ └─┬ redeyed@1.0.1 │ │ │ │ └── esprima@3.0.0 │ │ │ ├─┬ cli-table@0.3.1 │ │ │ │ └── colors@1.0.3 │ │ │ └─┬ node-emoji@1.5.1 │ │ │ └── string.prototype.codepointat@0.2.0 │ │ ├── growly@1.3.0 │ │ ├─┬ lodash.clonedeep@3.0.2 │ │ │ ├─┬ lodash._baseclone@3.3.0 │ │ │ │ ├── lodash._arraycopy@3.0.0 │ │ │ │ ├── lodash._arrayeach@3.0.0 │ │ │ │ ├── lodash._baseassign@3.2.0 │ │ │ │ ├── lodash._basefor@3.0.3 │ │ │ │ └── lodash.isarray@3.0.4 │ │ │ └── lodash._bindcallback@3.0.1 │ │ ├── minimist@1.2.0 │ │ └── shellwords@0.1.0 │ └─┬ which@1.2.12 │ └── isexe@1.1.2 ├─┬ kefir@3.7.0 │ └── symbol-observable@1.0.4 ├── mobx@3.0.1 ├─┬ mobx-react@4.1.0 │ └── hoist-non-react-statics@1.2.0 ├─┬ mocha@2.5.3 │ ├── commander@2.3.0 │ ├─┬ debug@2.2.0 │ │ └── ms@0.7.1 │ ├── diff@1.4.0 │ ├── escape-string-regexp@1.0.2 │ ├─┬ glob@3.2.11 │ │ └─┬ minimatch@0.3.0 │ │ ├── lru-cache@2.7.3 │ │ └── sigmund@1.0.1 │ ├── growl@1.9.2 │ ├─┬ jade@0.26.3 │ │ ├── commander@0.6.1 │ │ └── mkdirp@0.3.0 │ ├── supports-color@1.2.0 │ └── to-iso-string@0.0.2 ├── mocha-steps@0.0.1 ├─┬ nock@3.6.0 │ ├─┬ chai@3.5.0 │ │ ├── assertion-error@1.0.2 │ │ ├─┬ deep-eql@0.1.3 │ │ │ └── type-detect@0.1.1 │ │ └── type-detect@1.0.0 │ ├── deep-equal@1.0.1 │ ├── json-stringify-safe@5.0.1 │ ├── lodash@2.4.1 │ └── propagate@0.3.1 ├─┬ node-fetch@1.6.3 │ ├─┬ encoding@0.1.12 │ │ └── iconv-lite@0.4.15 │ └── is-stream@1.1.0 ├── phoneformat.js@1.0.3 (git://github.com/hippware/phoneformat.js.git#e32e06802c9836a820d32407edcb796d489a41aa) ├─┬ promise@7.1.1 │ └── asap@2.0.5 ├─┬ react@15.4.2 │ ├─┬ fbjs@0.8.8 │ │ ├── core-js@1.2.7 │ │ ├─┬ isomorphic-fetch@2.2.1 │ │ │ └── whatwg-fetch@2.0.1 │ │ ├── object-assign@4.1.1 │ │ ├── setimmediate@1.0.5 │ │ └── ua-parser-js@0.7.12 │ ├─┬ loose-envify@1.3.1 │ │ └── js-tokens@3.0.0 │ └── object-assign@4.1.1 ├─┬ react-native@0.40.0 │ ├── absolute-path@0.0.0 │ ├── art@0.10.1 │ ├─┬ babel-generator@6.21.0 │ │ ├─┬ detect-indent@4.0.0 │ │ │ └─┬ repeating@2.0.1 │ │ │ └── is-finite@1.0.2 │ │ ├── jsesc@1.3.0 │ │ └── source-map@0.5.6 │ ├── babel-plugin-external-helpers@6.18.0 │ ├─┬ babel-polyfill@6.20.0 │ │ ├── core-js@2.4.1 │ │ └── regenerator-runtime@0.10.1 │ ├─┬ babel-preset-es2015-node@6.1.1 │ │ ├─┬ babel-plugin-transform-es2015-sticky-regex@6.8.0 │ │ │ └── babel-helper-regex@6.18.0 │ │ └─┬ babel-plugin-transform-es2015-unicode-regex@6.11.0 │ │ └─┬ regexpu-core@2.0.0 │ │ ├── regenerate@1.3.2 │ │ ├── regjsgen@0.2.0 │ │ └─┬ regjsparser@0.1.5 │ │ └── jsesc@0.5.0 │ ├─┬ babel-preset-fbjs@2.1.0 │ │ ├── babel-plugin-transform-es2015-block-scoped-functions@6.8.0 │ │ ├── babel-plugin-transform-es2015-object-super@6.8.0 │ │ ├── babel-plugin-transform-es3-member-expression-literals@6.8.0 │ │ └── babel-plugin-transform-es3-property-literals@6.8.0 │ ├─┬ babel-register@6.18.0 │ │ ├── core-js@2.4.1 │ │ ├── home-or-tmp@2.0.0 │ │ └─┬ source-map-support@0.4.9 │ │ └── source-map@0.5.6 │ ├── babel-traverse@6.21.0 │ ├─┬ babel-types@6.21.0 │ │ └── to-fast-properties@1.0.2 │ ├── babylon@6.15.0 │ ├── base64-js@1.2.0 │ ├─┬ bser@1.0.2 │ │ └── node-int64@0.4.0 │ ├─┬ commander@2.9.0 │ │ └── graceful-readlink@1.0.1 │ ├─┬ connect@2.30.2 │ │ ├── basic-auth-connect@1.0.0 │ │ ├─┬ body-parser@1.13.3 │ │ │ ├─┬ debug@2.2.0 │ │ │ │ └── ms@0.7.1 │ │ │ ├── iconv-lite@0.4.11 │ │ │ ├─┬ on-finished@2.3.0 │ │ │ │ └── ee-first@1.1.1 │ │ │ └─┬ raw-body@2.1.7 │ │ │ ├── bytes@2.4.0 │ │ │ └── iconv-lite@0.4.13 │ │ ├── bytes@2.1.0 │ │ ├─┬ compression@1.5.2 │ │ │ ├─┬ accepts@1.2.13 │ │ │ │ └── negotiator@0.5.3 │ │ │ ├─┬ compressible@2.0.9 │ │ │ │ └── mime-db@1.26.0 │ │ │ ├─┬ debug@2.2.0 │ │ │ │ └── ms@0.7.1 │ │ │ └── vary@1.0.1 │ │ ├─┬ connect-timeout@1.6.2 │ │ │ ├── debug@2.2.0 │ │ │ └── ms@0.7.1 │ │ ├── content-type@1.0.2 │ │ ├── cookie@0.1.3 │ │ ├── cookie-parser@1.3.5 │ │ ├── cookie-signature@1.0.6 │ │ ├─┬ csurf@1.8.3 │ │ │ └─┬ csrf@3.0.4 │ │ │ ├── base64-url@1.3.3 │ │ │ ├── rndm@1.2.0 │ │ │ ├── tsscmp@1.0.5 │ │ │ └─┬ uid-safe@2.1.3 │ │ │ └── random-bytes@1.0.0 │ │ ├─┬ debug@2.2.0 │ │ │ └── ms@0.7.1 │ │ ├── depd@1.0.1 │ │ ├─┬ errorhandler@1.4.3 │ │ │ ├─┬ accepts@1.3.3 │ │ │ │ └── negotiator@0.6.1 │ │ │ └── escape-html@1.0.3 │ │ ├─┬ express-session@1.11.3 │ │ │ ├── crc@3.3.0 │ │ │ ├─┬ debug@2.2.0 │ │ │ │ └── ms@0.7.1 │ │ │ └─┬ uid-safe@2.0.0 │ │ │ └── base64-url@1.2.1 │ │ ├─┬ finalhandler@0.4.0 │ │ │ ├─┬ debug@2.2.0 │ │ │ │ └── ms@0.7.1 │ │ │ ├── escape-html@1.0.2 │ │ │ └── unpipe@1.0.0 │ │ ├── fresh@0.3.0 │ │ ├─┬ http-errors@1.3.1 │ │ │ └── statuses@1.3.1 │ │ ├─┬ method-override@2.3.7 │ │ │ ├── debug@2.3.3 │ │ │ ├── methods@1.1.2 │ │ │ └── vary@1.1.0 │ │ ├─┬ morgan@1.6.1 │ │ │ ├── basic-auth@1.0.4 │ │ │ └─┬ debug@2.2.0 │ │ │ └── ms@0.7.1 │ │ ├─┬ multiparty@3.3.2 │ │ │ └── stream-counter@0.2.0 │ │ ├── on-headers@1.0.1 │ │ ├── parseurl@1.3.1 │ │ ├── pause@0.1.0 │ │ ├── qs@4.0.0 │ │ ├─┬ response-time@2.3.2 │ │ │ └── depd@1.1.0 │ │ ├─┬ serve-favicon@2.3.2 │ │ │ └── etag@1.7.0 │ │ ├─┬ serve-index@1.7.3 │ │ │ ├── batch@0.5.3 │ │ │ └─┬ debug@2.2.0 │ │ │ └── ms@0.7.1 │ │ ├─┬ serve-static@1.10.3 │ │ │ └─┬ send@0.13.2 │ │ │ ├── debug@2.2.0 │ │ │ ├── depd@1.1.0 │ │ │ ├── destroy@1.0.4 │ │ │ ├── ms@0.7.1 │ │ │ ├── range-parser@1.0.3 │ │ │ └── statuses@1.2.1 │ │ ├─┬ type-is@1.6.14 │ │ │ ├── media-typer@0.3.0 │ │ │ └── mime-types@2.1.14 │ │ ├── utils-merge@1.0.0 │ │ └── vhost@3.0.2 │ ├── core-js@2.4.1 │ ├── event-target-shim@1.1.1 │ ├─┬ fbjs-scripts@0.7.1 │ │ ├── babel-preset-fbjs@1.0.0 │ │ ├─┬ cross-spawn@3.0.1 │ │ │ └─┬ lru-cache@4.0.2 │ │ │ ├── pseudomap@1.0.2 │ │ │ └── yallist@2.0.0 │ │ ├─┬ gulp-util@3.0.8 │ │ │ ├── array-differ@1.0.0 │ │ │ ├── array-uniq@1.0.3 │ │ │ ├── beeper@1.1.1 │ │ │ ├── dateformat@2.0.0 │ │ │ ├─┬ fancy-log@1.3.0 │ │ │ │ └── time-stamp@1.0.1 │ │ │ ├─┬ gulplog@1.0.0 │ │ │ │ └── glogg@1.0.0 │ │ │ ├─┬ has-gulplog@0.1.0 │ │ │ │ └── sparkles@1.0.0 │ │ │ ├── lodash._reescape@3.0.0 │ │ │ ├── lodash._reevaluate@3.0.0 │ │ │ ├── lodash._reinterpolate@3.0.0 │ │ │ ├─┬ lodash.template@3.6.2 │ │ │ │ ├── lodash._basecopy@3.0.1 │ │ │ │ ├── lodash._basetostring@3.0.1 │ │ │ │ ├── lodash._basevalues@3.0.0 │ │ │ │ ├── lodash._isiterateecall@3.0.9 │ │ │ │ ├─┬ lodash.escape@3.2.0 │ │ │ │ │ └── lodash._root@3.0.1 │ │ │ │ ├─┬ lodash.keys@3.1.2 │ │ │ │ │ ├── lodash._getnative@3.9.1 │ │ │ │ │ └── lodash.isarguments@3.1.0 │ │ │ │ ├── lodash.restparam@3.6.1 │ │ │ │ └── lodash.templatesettings@3.1.1 │ │ │ ├── minimist@1.2.0 │ │ │ ├─┬ multipipe@0.1.2 │ │ │ │ └── duplexer2@0.0.2 │ │ │ ├── object-assign@3.0.0 │ │ │ ├── replace-ext@0.0.1 │ │ │ └─┬ vinyl@0.5.3 │ │ │ ├── clone@1.0.2 │ │ │ └── clone-stats@0.0.1 │ │ └── object-assign@4.1.1 │ ├─┬ fs-extra@0.26.7 │ │ ├── jsonfile@2.4.0 │ │ └── klaw@1.3.1 │ ├── glob@5.0.15 │ ├── graceful-fs@4.1.11 │ ├── image-size@0.3.5 │ ├── immutable@3.7.6 │ ├─┬ jest-haste-map@17.0.3 │ │ ├── fb-watchman@1.9.0 │ │ └─┬ multimatch@2.1.0 │ │ └── array-union@1.0.2 │ ├─┬ joi@6.10.1 │ │ ├── hoek@2.16.3 │ │ ├── isemail@1.2.0 │ │ └── topo@1.1.0 │ ├── json5@0.4.0 │ ├── left-pad@1.1.3 │ ├── mime@1.3.4 │ ├── minimist@1.2.0 │ ├─┬ npmlog@2.0.4 │ │ ├── ansi@0.3.1 │ │ ├─┬ are-we-there-yet@1.1.2 │ │ │ └── delegates@1.0.0 │ │ └─┬ gauge@1.2.7 │ │ ├── has-unicode@2.0.1 │ │ ├── lodash.pad@4.5.1 │ │ ├── lodash.padend@4.6.1 │ │ └── lodash.padstart@4.6.1 │ ├─┬ opn@3.0.3 │ │ └── object-assign@4.1.1 │ ├─┬ optimist@0.6.1 │ │ └── wordwrap@0.0.3 │ ├─┬ plist@1.2.0 │ │ ├── base64-js@0.0.8 │ │ ├── util-deprecate@1.0.2 │ │ ├─┬ xmlbuilder@4.0.0 │ │ │ └── lodash@3.10.1 │ │ └── xmldom@0.1.27 │ ├── react-clone-referenced-element@1.0.1 │ ├── react-timer-mixin@0.13.3 │ ├── rebound@0.0.13 │ ├── regenerator-runtime@0.9.6 │ ├─┬ request@2.79.0 │ │ ├── aws-sign2@0.6.0 │ │ ├── aws4@1.5.0 │ │ ├── caseless@0.11.0 │ │ ├── extend@3.0.0 │ │ ├── forever-agent@0.6.1 │ │ ├─┬ form-data@2.1.2 │ │ │ ├── asynckit@0.4.0 │ │ │ └── mime-types@2.1.14 │ │ ├── har-validator@2.0.6 │ │ ├─┬ hawk@3.1.3 │ │ │ ├── boom@2.10.1 │ │ │ ├── cryptiles@2.0.5 │ │ │ └── sntp@1.0.9 │ │ ├─┬ http-signature@1.1.1 │ │ │ ├── assert-plus@0.2.0 │ │ │ ├─┬ jsprim@1.3.1 │ │ │ │ ├── extsprintf@1.0.2 │ │ │ │ ├── json-schema@0.2.3 │ │ │ │ └── verror@1.3.6 │ │ │ └─┬ sshpk@1.10.2 │ │ │ ├── asn1@0.2.3 │ │ │ ├── assert-plus@1.0.0 │ │ │ ├── bcrypt-pbkdf@1.0.0 │ │ │ ├─┬ dashdash@1.14.1 │ │ │ │ └── assert-plus@1.0.0 │ │ │ ├── ecc-jsbn@0.1.1 │ │ │ ├─┬ getpass@0.1.6 │ │ │ │ └── assert-plus@1.0.0 │ │ │ ├── jodid25519@1.0.2 │ │ │ ├── jsbn@0.1.0 │ │ │ └── tweetnacl@0.14.5 │ │ ├── is-typedarray@1.0.0 │ │ ├── isstream@0.1.2 │ │ ├── oauth-sign@0.8.2 │ │ ├── qs@6.3.0 │ │ ├── stringstream@0.0.5 │ │ ├─┬ tough-cookie@2.3.2 │ │ │ └── punycode@1.4.1 │ │ └── uuid@3.0.1 │ ├─┬ rimraf@2.5.4 │ │ └── glob@7.1.1 │ ├─┬ sane@1.4.1 │ │ ├─┬ exec-sh@0.2.0 │ │ │ └── merge@1.2.0 │ │ ├── minimist@1.2.0 │ │ ├─┬ walker@1.0.7 │ │ │ └─┬ makeerror@1.0.11 │ │ │ └── tmpl@1.0.4 │ │ └── watch@0.10.0 │ ├─┬ shell-quote@1.6.1 │ │ ├── array-filter@0.0.1 │ │ ├── array-map@0.0.0 │ │ └── array-reduce@0.0.0 │ ├── source-map@0.5.6 │ ├── stacktrace-parser@0.1.4 │ ├─┬ temp@0.8.3 │ │ ├── os-tmpdir@1.0.2 │ │ └── rimraf@2.2.8 │ ├── throat@3.0.0 │ ├─┬ uglify-js@2.7.5 │ │ ├── async@0.2.10 │ │ ├── source-map@0.5.6 │ │ ├── uglify-to-browserify@1.0.2 │ │ └─┬ yargs@3.10.0 │ │ ├── camelcase@1.2.1 │ │ ├─┬ cliui@2.1.0 │ │ │ ├─┬ center-align@0.1.3 │ │ │ │ ├─┬ align-text@0.1.4 │ │ │ │ │ ├── longest@1.0.1 │ │ │ │ │ └── repeat-string@1.6.1 │ │ │ │ └── lazy-cache@1.0.4 │ │ │ ├── right-align@0.1.3 │ │ │ └── wordwrap@0.0.2 │ │ └── window-size@0.1.0 │ ├── whatwg-fetch@1.1.1 │ ├── wordwrap@1.0.0 │ ├─┬ worker-farm@1.3.1 │ │ └─┬ errno@0.1.4 │ │ └── prr@0.0.0 │ ├─┬ write-file-atomic@1.3.1 │ │ └── slide@1.1.6 │ ├─┬ ws@1.1.1 │ │ ├── options@0.0.6 │ │ └── ultron@1.0.2 │ ├─┬ xcode@0.8.9 │ │ ├── node-uuid@1.4.7 │ │ ├── pegjs@0.9.0 │ │ └─┬ simple-plist@0.1.4 │ │ ├─┬ bplist-creator@0.0.4 │ │ │ └── stream-buffers@0.2.6 │ │ └── bplist-parser@0.0.6 │ ├─┬ xmldoc@0.4.0 │ │ └── sax@1.1.6 │ └─┬ yargs@6.6.0 │ ├── camelcase@3.0.0 │ ├─┬ cliui@3.2.0 │ │ └── wrap-ansi@2.1.0 │ ├── decamelize@1.2.0 │ ├── get-caller-file@1.0.2 │ ├─┬ os-locale@1.4.0 │ │ └─┬ lcid@1.0.0 │ │ └── invert-kv@1.0.0 │ ├─┬ read-pkg-up@1.0.1 │ │ └─┬ read-pkg@1.1.0 │ │ ├─┬ load-json-file@1.1.0 │ │ │ ├─┬ parse-json@2.2.0 │ │ │ │ └─┬ error-ex@1.3.0 │ │ │ │ └── is-arrayish@0.2.1 │ │ │ └─┬ strip-bom@2.0.0 │ │ │ └── is-utf8@0.2.1 │ │ ├─┬ normalize-package-data@2.3.5 │ │ │ ├── hosted-git-info@2.1.5 │ │ │ ├── is-builtin-module@1.0.0 │ │ │ └─┬ validate-npm-package-license@3.0.1 │ │ │ ├─┬ spdx-correct@1.0.2 │ │ │ │ └── spdx-license-ids@1.2.2 │ │ │ └── spdx-expression-parse@1.0.4 │ │ └── path-type@1.1.0 │ ├── require-directory@2.1.1 │ ├── require-main-filename@1.0.1 │ ├── set-blocking@2.0.0 │ ├── which-module@1.0.0 │ ├── y18n@3.2.1 │ └─┬ yargs-parser@4.2.1 │ └── camelcase@3.0.0 ├── react-native-background-fetch@2.0.2 (git://github.com/transistorsoft/react-native-background-fetch.git#8cc829669780af4ed306f12d940324b763ee7135) ├─┬ react-native-background-geolocation@2.4.1 │ └── cocoa-lumberjack@3.0.3 ├── react-native-button@1.7.1 ├── react-native-camera@1.0.0-alpha1 ├── react-native-carrier-info@0.0.3 (git://github.com/hippware/react-native-carrier-info.git#633f0abc7ee535c53107e5bd672af7d796329e57) ├── react-native-device-info@0.9.7 ├── react-native-fabric-digits@1.0.23 (git://github.com/hippware/react-native-fabric-digits.git#fe2291e0b93dde0177db002de6d9cee42129de4b) ├─┬ react-native-fs@2.1.0-rc.1 │ ├── base-64@0.1.0 │ └── utf8@2.1.2 ├─┬ react-native-gifted-form@0.0.5 │ ├─┬ apsl-react-native-button@2.5.0 │ │ └── lodash.isequal@4.5.0 │ ├── moment@2.17.1 │ ├── react-native-gifted-spinner@0.0.3 │ ├─┬ react-native-google-places-autocomplete@1.2.6 │ │ └── qs@5.2.1 │ └─┬ validator@4.9.0 │ └── depd@1.1.0 ├── react-native-image-picker@0.25.1 ├─┬ react-native-infinite-scroll-view@0.4.2 │ └── react-native-scrollable-mixin@1.0.1 ├── react-native-invertible-scroll-view@1.0.0 ├── react-native-ios-controllers@2.2.1 ├── react-native-linear-gradient@2.0.0 ├─┬ react-native-mapbox-gl@5.2.0 (git://github.com/hippware/react-native-mapbox-gl.git#970f75ced1e0486367c9cbcbb0fdcd377495625f) │ └─┬ babel-eslint@6.1.2 │ ├── lodash.assign@4.2.0 │ └── lodash.pickby@4.6.0 ├── react-native-message-bar@1.6.0 ├── react-native-mixpanel@0.0.13 (git://github.com/hippware/react-native-mixpanel.git#2b221de9a24293bfe84679f16275fa2684225f9c) ├─┬ react-native-mock@0.2.9 │ ├── cubic-bezier@0.1.2 │ ├── invariant@2.2.2 │ ├── keymirror@0.1.1 │ ├─┬ raf@3.3.0 │ │ └── performance-now@0.2.0 │ ├─┬ react-addons-create-fragment@15.4.2 │ │ └── object-assign@4.1.1 │ ├─┬ react-addons-perf@15.4.2 │ │ └── object-assign@4.1.1 │ ├─┬ react-addons-pure-render-mixin@15.4.2 │ │ └── object-assign@4.1.1 │ ├─┬ react-addons-test-utils@15.4.2 │ │ └── object-assign@4.1.1 │ ├─┬ react-addons-update@15.4.2 │ │ └── object-assign@4.1.1 │ ├─┬ react-dom@15.4.2 │ │ └── object-assign@4.1.1 │ └── warning@2.1.0 ├── react-native-native-env@0.0.4 (git://github.com/aksonov/react-native-native-env.git#477550fd5cc48e51f93186b6893fe04bc682f997) ├── react-native-parallax-scroll-view@0.19.0 ├── react-native-parsed-text@0.0.16 ├── react-native-push-notification@2.2.1 ├─┬ react-native-radio-button@1.0.2 │ └── react-native-animatable@0.6.1 ├── react-native-radio-buttons@0.13.0 ├── react-native-router-native@0.2.0 ├── react-native-swiper@1.5.4 ├── react-native-tabs@1.0.9 ├── react-native-xmpp@0.5.3 (git://github.com/hippware/react-native-xmpp.git#7246d65d43e76cc322b654ff4db2ef447f6fb7fe) ├─┬ react-test-renderer@15.4.2 │ └── object-assign@4.1.1 ├── serializr@1.1.9 ├─┬ statem@0.5.0 │ ├── mustache@2.3.0 │ ├── scion-core@1.2.1 │ └─┬ scxml@2.0.13 │ ├── esprima@1.2.5 │ ├── sax@0.6.0 │ └── scion-core@1.1.3 ├── strophejs@1.2.5 (git://github.com/hippware/strophejs.git#bd055dbfee437d71657c852ace797862dbb39d4f) ├── suncalc@1.8.0 ├─┬ websocket@1.0.24 │ ├── nan@2.5.0 │ ├── typedarray-to-buffer@3.1.2 │ └── yaeti@0.0.6 ├── xhr2@0.1.4 └── xmlhttprequest@1.8.0

On 18 Jan 2017, at 14:19, Vincent Voyer notifications@github.com wrote:

Do you have any specific environment variable set?

Can you dump npm ls result inside your project?

The current line you are referring to should be safe in React Native weirdly: https://github.com/visionmedia/debug/blob/1c163a48c16fdfcaff734d2233bec6fff3d6f0f0/src/browser.js#L49 https://github.com/visionmedia/debug/blob/1c163a48c16fdfcaff734d2233bec6fff3d6f0f0/src/browser.js#L49 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/algolia/algoliasearch-client-javascript/issues/463#issuecomment-273473042, or mute the thread https://github.com/notifications/unsubscribe-auth/ABQpcQbs5Z4J94TFZ6btkvYdvMgKqG2Cks5rThFigaJpZM4LjEFa.

vvo commented 7 years ago

Can you investigate why document is defined in your react-native environment because ultimately it seems it should not be defined. So maybe you have a dependency that is injecting document inside your environment?

aksonov commented 7 years ago

Oh, you are right, i’ve defined document so strophejs could work.

On 18 Jan 2017, at 19:55, Vincent Voyer notifications@github.com wrote:

Can you investigate why document is defined in your react-native environment because ultimately it seems it should not be defined. So maybe you have a dependency that is injecting document inside your environment?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/algolia/algoliasearch-client-javascript/issues/463#issuecomment-273566408, or mute the thread https://github.com/notifications/unsubscribe-auth/ABQpcYeFaN2I-Gds1wIRPYBWdSK9a5u9ks5rTmA4gaJpZM4LjEFa.

vvo commented 7 years ago

Perfect!