eth-p / obsidian-callout-manager

An Obsidian.md plugin that makes creating and configuring callouts easy.
MIT License
135 stars 8 forks source link

Console error: Plugin "callout-manager" is not passing Component in renderMarkdown. #25

Open realizetm opened 2 months ago

realizetm commented 2 months ago

app.js:1 Error: Plugin "callout-manager" is not passing Component in renderMarkdown. This is needed to avoid memory leaks when embedded contents register global event handlers. at t.render (app.js:1:1298057) at t.renderMarkdown (app.js:1:1297838) at getSections (plugin:callout-manager:3884:38) at ManagePluginPane.display (plugin:callout-manager:4007:27) at UIPaneLayers.doDisplay (plugin:callout-manager:483:16) at set top [as top] (plugin:callout-manager:459:10) at UISettingTab.display (plugin:callout-manager:553:16) at t.openTab (app.js:1:2996677) at HTMLDivElement. (app.js:1:2995116)

ksdavidc commented 1 month ago

same here, with fuller log;

app.js:1 Error: Plugin "callout-manager" is not passing Component in renderMarkdown. This is needed to avoid memory leaks when embedded contents register global event handlers.
    at t.render (app.js:1:1298057)
    at t.renderMarkdown (app.js:1:1297838)
    at getSections (plugin:callout-manager:3884:38)
    at ManagePluginPane.display (plugin:callout-manager:4007:27)
    at UIPaneLayers.doDisplay (plugin:callout-manager:483:16)
    at set top (plugin:callout-manager:459:10)
    at UISettingTab.display (plugin:callout-manager:553:16)
    at SettingsSearch.getTabResources (plugin:settings-search:229:15)
    at SettingsSearch.buildPluginResources (plugin:settings-search:129:12)
    at eval (plugin:settings-search:131:29)
t.render @ app.js:1