_JS
_JS
SSolidJS
Created by _JS on 4/18/2024 in #support
onLoad attribute on a link tag in entry-server not running
gotcha. Thank you for the detailed explanation
10 replies
SSolidJS
Created by _JS on 4/18/2024 in #support
onLoad attribute on a link tag in entry-server not running
You shouldn't be using the string "event handler" (inline event-handling HTML attibute) in the first place (which is what TypeScript is complaining about).
I get that part but is it really such a big deal tho?
10 replies
SSolidJS
Created by _JS on 4/18/2024 in #support
onLoad attribute on a link tag in entry-server not running
@peerreynders Thank you for the suggestions! I guess @ts-ignore seems to be the way to go eh?
10 replies
SSolidJS
Created by Sudhagar on 4/18/2024 in #support
I see my Solid Start app downloading tons of ts, tsx, scss files - Attaching Screenshot
By "most of the project file are being downloaded", do you mean that you're downloading a bundle that you're not supposed to download?
8 replies
SSolidJS
Created by Sudhagar on 4/18/2024 in #support
I see my Solid Start app downloading tons of ts, tsx, scss files - Attaching Screenshot
Application code is split into multiple bundles instead of a single huge bundle to improve load time
8 replies
SSolidJS
Created by _JS on 4/18/2024 in #support
onLoad attribute on a link tag in entry-server not running
I'd also like to point out that the single liner works if we just ignore the typescript
10 replies
SSolidJS
Created by _JS on 2/1/2024 in #support
Imported unused variable for a directive seems awkward
I'm using SolidStart, so far it hasn't removed my unused import in dev mode. I'll go with your approach
9 replies
SSolidJS
Created by _JS on 2/1/2024 in #support
Imported unused variable for a directive seems awkward
Hey man, that's a lot of effort and I appreciate you writing such detailed answer
9 replies
SSolidJS
Created by _JS on 2/1/2024 in #support
Imported unused variable for a directive seems awkward
Ah, I seee. If you may, what does that compile down to?
9 replies