-
Notifications
You must be signed in to change notification settings - Fork 22
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
Uncaught TypeError: this.action.disposalAction is not a function #18
Comments
How I can fix this error on atom |
same here, hope to fix it ASAP |
same issue here |
having the same issue continuously |
Here's how I fixed this:
I then uninstalled the autoclose package and reinstalled it again for good measure. |
Same issue. Workaround as @JoeBaldwin90 posted did not help me. After adding |
installing pending updates resolved the issue for me. |
Even if it's disabled by default for .js and .jsx files, I receive the error opening also this kind of files... I ended in uninstalling too |
Disabling and re-enabling the package resolved the issue for me. |
Had to end up uninstalling. |
Atom really sucks |
@carsonpowers @ashwani20 It isn't Atom's fault. My changes in 4f3fe85 from over a year ago fixed this issue, but it has not been merged into master. This error is simply due to the deprecation of disposalAction. Just open autoclose.coffee and replace |
|
Sure, glad it’s sorted for you 👍 |
This was really helpful, thank you @Ankur908 |
That was my comment, this user just quoted it. |
Well, thank you @javaskript 😊 |
How do you open autoclose.coffee? |
[Enter steps to reproduce:]
Atom: 1.35.1 x64
Electron: 2.0.18
OS: Microsoft Windows 10 Home
Thrown From: autoclose package 0.0.2
Stack Trace
Uncaught TypeError: this.action.disposalAction is not a function
Commands
Non-Core Packages
The text was updated successfully, but these errors were encountered: