Nick

Results 3 comments of Nick

`$('#' + targetElementId).attr('src', url).load(url);`

I am having the same (or very similar) issue. onmount is called twice but I am only calling mount once @3dsnm 's solution worked for me, too ``` export function...

Hi, just wanted to ask if @3dsnm 's fix (or similar) might get applied, as I'm currently using a forked version but would prefer to use the original :)