obsidian-execute-code icon indicating copy to clipboard operation
obsidian-execute-code copied to clipboard

Error: not passing Component in renderMarkdown

Open sbhal opened this issue 1 year ago • 0 comments

Error: Plugin "execute-code" 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:1296210)
    at t.renderMarkdown (app.js:1:1295991)
    at ExecuteCodePlugin2.eval (plugin:execute-code:12945:52)
    at Generator.next (<anonymous>)
    at eval (plugin:execute-code:51:61)
    at new Promise (<anonymous>)
    at __async (plugin:execute-code:35:10)
    at eval (plugin:execute-code:12944:80)
    at t.initDOM (app.js:1:1570471)
    at t.toDOM (app.js:1:1161306)

sbhal avatar Apr 06 '24 15:04 sbhal