Closed ghost closed 9 years ago
Hey, I just updated to v0.4.2 give that an update and let me know if you're still getting the error. Thank you.
@magbicaleman I'm still getting this warning on v0.4.2
@pringshia I've updated to v0.4.3 are you still getting same error?
@magbicaleman Nope, no more warnings. Thanks.
atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use
atom.views.getView(atom.workspace)
, which returns an HTMLElement.