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
seems to be a conflict with markdown formatting assitant and will post problem there too...
turning off settings search eliminates error message
plugin:obsidian-markdown-formatting-assistant-plugin:5107 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'active')
at eval (plugin:obsidian-markdown-formatting-assistant-plugin:5107:56)
at e.addToggle (app.js:1:1135946)
at SettingsTab.eval (plugin:obsidian-markdown-formatting-assistant-plugin:5106:22)
at step (plugin:obsidian-markdown-formatting-assistant-plugin:79:23)
at Object.eval [as next] (plugin:obsidian-markdown-formatting-assistant-plugin:60:53)
at eval (plugin:obsidian-markdown-formatting-assistant-plugin:53:71)
at new Promise (<anonymous>)
at __awaiter (plugin:obsidian-markdown-formatting-assistant-plugin:49:12)
at SettingsTab.display (plugin:obsidian-markdown-formatting-assistant-plugin:4893:16)
at SettingsSearch.getTabResources (plugin:settings-search:170:15)
The text was updated successfully, but these errors were encountered:
Thank you for replying. Yes, I am sorry I couldn't give better specs. OFA may be unmaintained, but the developer is responding to me and might be amenable to fixing it if I can localize it.
I will have to better triage my plugins, but clearly these two aren't happy being in the same room, even it if is because of someone else in the room. If SA is on, and I turn OFA on, the error shows immediately in the console. And vice versa. No other errors in my console.
Admittedly, it is an extremely low priority bug that has no immediate significance, as both plugins seem to be working fine. It was more of a warning than anything else. Thank you again.
The error appears immediately because settings search renders plugin tabs to grab their data as soon as they are enabled. If there’s an error in the settings tab render that will show.
see Reocin/obsidian-markdown-formatting-assistant-plugin#65 (comment)
getting this message consistently in developer console
seems to be a conflict with markdown formatting assitant and will post problem there too...
turning off settings search eliminates error message
The text was updated successfully, but these errors were encountered: