-
Notifications
You must be signed in to change notification settings - Fork 130
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: undefined is not a function #212
Comments
Can you try the same thing with the |
I activated |
Happens again after upgrade to version 4 and restarting atom:
|
By the way, for it to go away I had to disable not only minimap, but also every minimap plugin as well. |
Hmm, I had meddled a bit with require/instantiation sequence which could explained that issue: If a plugin require the minimap for a text editor before the minimap model class was required this is what happen. |
Ah ok. Works again. |
Hey there,
I just updated the Minimap and I am getting this error. (Everytime I open files over the fuzzy finder.)
[Enter steps to reproduce below:]
Atom Version: 0.165.0
System: Mac OS X 10.10.2
Thrown From: minimap package, v3.5.4
Stack Trace
Uncaught TypeError: undefined is not a function
Commands
Config
Installed Packages
/cc @atom/core
The text was updated successfully, but these errors were encountered: