Glavin001/atom-preview

Atom.Object.defineProperty.get is deprecated.

Closed this issue · 1 comments

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.

Atom.Object.defineProperty.get (/opt/homebrew-cask/Caskroom/atom/latest/Atom.app/Contents/Resources/app/src/atom.js:54:11)
new PreviewView (/Users/james/.atom/packages/preview/lib/preview-view.coffee:74:9)

dupe of #82