You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not quite sure why minimap is reusing the Decoration class from atom/atom. It would be better if it defined its own class since that's not a public API. That said, it looks like you're missing an implementation for decorationDidChange, which Decoration attempts to call during setProperties. As a result, we're seeing a lot of traces like the following showing up in our exception tracker.
Not quite sure why minimap is reusing the
Decoration
class fromatom/atom
. It would be better if it defined its own class since that's not a public API. That said, it looks like you're missing an implementation fordecorationDidChange
, whichDecoration
attempts to call duringsetProperties
. As a result, we're seeing a lot of traces like the following showing up in our exception tracker.The text was updated successfully, but these errors were encountered: