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
Requiring SelectListView from atom is no longer supported.
Please require SelectListView from atom-space-pen-view instead: {SelectListView} = require 'atom-space-pen-views'
Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views
Add "atom-space-pen-views": "^2.0.3" to your package dependencies.
Requiring
SelectListView
fromatom
is no longer supported.Please require
SelectListView
fromatom-space-pen-view
instead:{SelectListView} = require 'atom-space-pen-views'
Note that the API has changed slightly! Please read the docs at https://github.com/atom/atom-space-pen-views
Add
"atom-space-pen-views": "^2.0.3"
to your package dependencies.The text was updated successfully, but these errors were encountered: