awaw00 / autoclose

Atom package - close html-like tag in all file automaticly
MIT License
3 stars 23 forks source link

Uncaught TypeError: this.action.disposalAction is not a function #40

Open AbhilashaYadav1305 opened 4 years ago

AbhilashaYadav1305 commented 4 years ago

[Enter steps to reproduce:]

  1. ...
  2. ...

Atom: 1.47.0 x64 Electron: 5.0.13 OS: Microsoft Windows 10 Home Thrown From: autoclose package 0.0.2

Stack Trace

Uncaught TypeError: this.action.disposalAction is not a function

At C:\Users\DevendraNath\.atom\packages\autoclose\lib\autoclose.coffee:39

TypeError: this.action.disposalAction is not a function
    at Object._paneItemChanged (/packages/autoclose/lib/autoclose.coffee:39:29)
    at /packages/autoclose/lib/autoclose.coffee:26:8
    at Function.simpleDispatch (~/AppData/Local/atom/app-1.47.0/resources/app/static/<embedded>:11:1201250)
    at Emitter.emit (~/AppData/Local/atom/app-1.47.0/resources/app/static/<embedded>:11:1202691)
    at Workspace.didActivatePaneContainer (~/AppData/Local/atom/app-1.47.0/resources/app/static/<embedded>:11:424541)
    at ~/AppData/Local/atom/app-1.47.0/resources/app/static/<embedded>:14:44631
    at Function.simpleDispatch (~/AppData/Local/atom/app-1.47.0/resources/app/static/<embedded>:11:1201250)
    at Emitter.emit (~/AppData/Local/atom/app-1.47.0/resources/app/static/<embedded>:11:1202691)
    at PaneContainer.didActivatePane (~/AppData/Local/atom/app-1.47.0/resources/app/static/<embedded>:11:446777)
    at Pane.activate (~/AppData/Local/atom/app-1.47.0/resources/app/static/<embedded>:11:464100)
    at Pane.focus (~/AppData/Local/atom/app-1.47.0/resources/app/static/<embedded>:11:455543)
    at HTMLElement.handleFocus (/app.asar/src/pane-element.js:41:20)

Commands

 20x -3:08.6.0 core:move-right (input.hidden-input)
 10x -3:05.0 core:backspace (input.hidden-input)
     -2:57.2.0 core:save (input.hidden-input)
     -2:44.8.0 tree-view:add-folder (span.name.icon.icon-file-directory)
     -2:40.1.0 core:confirm (input.hidden-input)
     -2:26.8.0 tree-view:add-folder (span.name.icon.icon-file-directory)
     -2:21.7.0 core:confirm (input.hidden-input)
     -2:12.8.0 autocomplete-plus:confirm (input.hidden-input)
     -2:11.3.0 core:save (input.hidden-input)
     -2:01.4.0 editor:newline (input.hidden-input)
  6x -1:32.2.0 core:backspace (input.hidden-input)
     -1:18.5.0 core:save (input.hidden-input)
     -0:53.9.0 tree-view:copy-full-path (span.name.icon.icon-file-text)
     -0:49.3.0 core:paste (input.hidden-input)
     -0:42.3.0 core:backspace (input.hidden-input)
  2x -0:41.1.0 core:save (input.hidden-input)

Non-Core Packages

atom-beautify 0.33.4 
atom-ternjs 0.20.0 
autoclose 0.0.2 
autoclose-html 0.23.0 
csslint 1.2.0 
emmet 2.4.3 
language-ejs 0.4.0 
pigments 0.40.2 
Sublime-Style-Column-Selection 1.7.5 
djamTeran182 commented 4 years ago

Hi everyone, could anyone tell me how to fix this problem please.

saisai-mandalay commented 4 years ago

From Atom menu bar, click packages -->Settings View --> Open --> Install, then in the search packages form type "autoclose" to search for packages. It will show a lot of autoclose related packages. In my case, I chose to install "autoclose 0.0.2" by awaw00 and "autoclose-html 0.23.0" by mattberkowitz. After enabling these two packages, the annoying prompt errors reports are gone. Hope this will help.

shmjaiswal975 commented 4 years ago

From Atom menu bar, click packages -->Settings View --> Open --> Install, then in the search packages form type "autoclose" to search for packages. It will show a lot of autoclose related packages. In my case, I chose to install "autoclose 0.0.2" by awaw00 and "autoclose-html 0.23.0" by mattberkowitz. After enabling these two packages, the annoying prompt errors reports are gone. Hope this will help.

It didn't worked on my macbook☹️