autocomplete-plus icon indicating copy to clipboard operation
autocomplete-plus copied to clipboard

Uncaught TypeError: Cannot destructure property 'itemHeight' of 'this.uiProps' as it is undefined.

Open ghost opened this issue 4 years ago • 0 comments

[Enter steps to reproduce:]

  1. ...
  2. ...

Atom: 1.58.0 x64 Electron: 9.4.4 OS: "Manjaro Linux" Thrown From: autocomplete-plus package 2.42.4

Stack Trace

Uncaught TypeError: Cannot destructure property 'itemHeight' of 'this.uiProps' as it is undefined.

At /usr/lib/atom/node_modules/autocomplete-plus/lib/suggestion-list-element.js:395

TypeError: Cannot destructure property 'itemHeight' of 'this.uiProps' as it is undefined.
    at SuggestionListElement.scrollSelectedItemIntoView (/usr/lib/atom/node_modules/autocomplete-plus/lib/suggestion-list-element.js:395:13)
    at SuggestionListElement.renderSelectedItem (/usr/lib/atom/node_modules/autocomplete-plus/lib/suggestion-list-element.js:380:12)
    at ViewRegistry.performDocumentUpdate (/usr/lib/atom/src/view-registry.js:264:7)

Commands

     -3:21.9.0 grammar-selector:show (atom-text-editor.editor)
     -0:17.5.0 vim-mode-plus:substitute (input.hidden-input)
     -0:13.1.0 core:move-up (input.hidden-input)
  3x -0:13.1.0 core:move-down (input.hidden-input)
     -0:13.1.0 core:move-up (input.hidden-input)

Non-Core Packages

atom-beautify 0.33.4 
emmet 2.4.3 
file-icons 2.1.47 
highlight-selected 0.17.0 
material-palenight-syntax 1.5.7 
minimap 4.40.0 
minimap-highlight-selected 4.6.6 
pigments 0.40.6 
todo 0.6.0 
vim-mode-plus 1.36.7 

ghost avatar Oct 16 '21 22:10 ghost