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
I first encountered this issue on my freshly updated Docker (v0.91.6). Then, I tested the Windows desktop app (v0.91.6) with a fresh installation, and the issue also existed.
1.mp4
I have found that the problem is that the doRefresh function was not packaged into the app-dist. I don't know why; perhaps it's a tree-shaking issue.
Description
I first encountered this issue on my freshly updated Docker (v0.91.6). Then, I tested the Windows desktop app (v0.91.6) with a fresh installation, and the issue also existed.
1.mp4
I have found that the problem is that the
doRefresh
function was not packaged into the app-dist. I don't know why; perhaps it's a tree-shaking issue.https://github.com/TriliumNext/Notes/blob/develop/src/public/app/widgets/type_widgets/type_widget.ts#L20
TriliumNext Version
0.91.6
What operating system are you using?
Windows
What is your setup?
Local + server sync
Operating System Version
Docker(Host is Arch linux ), and Windows 11
Error logs
type_widget.js:20 Uncaught (in promise) TypeError: this.doRefresh is not a function
The text was updated successfully, but these errors were encountered: