twibiral / obsidian-execute-code

Obsidian Plugin to execute code in a note.
MIT License
994 stars 61 forks source link

Error: not passing Component in renderMarkdown #335

Open sbhal opened 3 months ago

sbhal commented 3 months ago
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)