Alex Lohr

Results 185 comments of 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....

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...

There's already makeAbortable in the resource package; maybe it can be extended to this use case.