{message}
; } public render() { if (this.state.error) { const safeMode_click = async () => { Setting.setValue('isSafeMode', true); await Setting.saveAll(); await restart(); }; try { const output = []; output.push({this.state.error.message}
{versionInfo(packageInfo, this.state.plugins).message}
{JSON.stringify(this.state.pluginInfos, null, 4)}
{this.state.error.stack}
{this.state.errorInfo.componentStack}
To report the error, please copy the *entire content* of this page and post it on Joplin forum or GitHub.
If the error persists you may try to restart in safe mode, which will temporarily disable all plugins.
{output}