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
Atom: 1.47.0 x64 Electron: 5.0.13 OS: Mac OS X 10.15.4 Thrown From: language-weave package 0.7.0
Stack Trace
Uncaught TypeError: this.webview.reloadIgnoringCache is not a function
At /Users/username/.atom/packages/language-weave/lib/html-preview.js:49
TypeError: this.webview.reloadIgnoringCache is not a function
at HTMLPreview.reloadWebview (/packages/language-weave/lib/html-preview.js:49:26)
at /packages/language-weave/lib/html-preview.js:38:26)
at FSWatcher.emit (events.js:194:13)
at FSEvent.FSWatcher._handle.onchange (internal/fs/watchers.js:131:12)
yeah, [email protected] happened to disable webviews by default, which we use to render generate HTMLs. The fix is already in master, but the release including that hasn’t come yet. Easy workaround is to downgrade Atom to 1.46.0 or update to the coming nightly release.
[Enter steps to reproduce:]
Atom: 1.47.0 x64
Electron: 5.0.13
OS: Mac OS X 10.15.4
Thrown From: language-weave package 0.7.0
Stack Trace
Uncaught TypeError: this.webview.reloadIgnoringCache is not a function
Commands
Non-Core Packages
The text was updated successfully, but these errors were encountered: