Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Uncaught (in promise) TypeError: Cannot read property 'Symbol(Symbol.iterator)' of undefined #234

Open
chadhietala opened this issue Nov 3, 2015 · 1 comment

Comments

@chadhietala
Copy link

This occurs in quick-open.

Uncaught (in promise) TypeError: Cannot read property 'Symbol(Symbol.iterator)' of undefined
  at /Users/chietala/.atom/packages/nuclide-quick-open/lib/SearchResultManager.js:319:68
  at Array.forEach (native)
  at SearchResultManager.<anonymous> (/Users/chietala/.atom/packages/nuclide-quick-open/lib/SearchResultManager.js:317:25)
  at GeneratorFunctionPrototype.next (native)
  at step (/Users/chietala/.atom/packages/nuclide-quick-open/lib/SearchResultManager.js:17:273)
  at /Users/chietala/.atom/packages/nuclide-quick-open/lib/SearchResultManager.js:17:443
  at SearchResultManager.<anonymous> (/Users/chietala/.atom/packages/nuclide-quick-open/lib/SearchResultManager.js:17:99)
  at Object.ID_1 (/Users/chietala/.atom/packages/nuclide-quick-open/lib/SearchResultManager.js:118:20)
  at Dispatcher.$Dispatcher_invokeCallback (/Users/chietala/.atom/packages/nuclide-quick-open/node_modules/flux/lib/Dispatcher.js:220:35)
  at Dispatcher.dispatch (/Users/chietala/.atom/packages/nuclide-quick-open/node_modules/flux/lib/Dispatcher.js:195:14)
  at Object.query (/Users/chietala/.atom/packages/nuclide-quick-open/lib/QuickSelectionActions.js:16:44)
  at QuickSelectionComponent.setQuery (/Users/chietala/.atom/packages/nuclide-quick-open/lib/QuickSelectionComponent.js:479:42)
  at Immediate._onImmediate (/Users/chietala/.atom/packages/nuclide-quick-open/lib/QuickSelectionComponent.js:117:29)
  at processImmediate [as _immediateCallback] (timers.js:371:17)
@kevinsimper
Copy link

I also have that problem, which results in a empty search bar

atom: 1.1.0
nuclide-quick-open: v0.0.32

image

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

No branches or pull requests

3 participants