Alex Lohr
Alex Lohr
I just checked and 'on:load' seems to work flawlessly, so we can pull off the following trick: ```ts const OMITTED_PROPS = ["src", "onLoad", "onload"] as const; //... const script =...
But I'm afraid onError might have the same issue?
I just checked, on:load is transpiled by JSX expressions, so that does not help, we need to set the events ourselves. Let's use the actual events, but for all events....
Closed; being fixed in #637
Thanks, will fix.
Thanks for the information. I'll have a look.
I cannot reproduce this, unfortunately. Are you using solid-start inside a tauri-v2 app? In that case, you need to install `@tauri-apps/plugin-store`. Otherwise, there should be no issue.
Ah, it could be that the cloudflare present attempts to package even potential dependencies like this one. Not sure how to address this. @davedbase, @thetarnav any ideas? If not, we...
Here we go: https://github.com/solidjs-community/solid-primitives/pull/621
There's already makeAbortable in the resource package; maybe it can be extended to this use case.