-
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 #20
Comments
Got the same |
Any thoughts how to fix it? |
No Idea. Haven't checked out this repository yet. Waiting for the moderators/contributors to eye on this |
I started experiencing this issue after I opened Atom with no Projects or files open, then selected File > Reopen Project > open a project from the project history here. Opening Atom with a Project folder already open does not replicate this issue. This is using 1.40.1 for Windows 10. |
How can this be resolved ? |
Try using this fix resolved the issue for me! |
So, it looks like this is the same issue as #12, and the fix @RohanAdhia mentions resolves them. |
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 dispoalAction. Just open autoclose.coffee and replace |
Hello there. Check out the error code you got from your IDE..for me it was Atom. It told methis:TypeError:
|
This fix was mentioned multiple times in this thread already, and is already present as my commit from Oct. 2018 in 4f3fe85. OP should close this issue, as it has been solved for nearly two years. |
Thanks so much |
[Enter steps to reproduce:]
Atom: 1.40.0 x64
Electron: 3.1.10
OS: Microsoft Windows 10 Pro
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: