davedbase
davedbase
SSolidJS
Created by JLarky on 10/25/2024 in #support
Uncaught Error: Failed attempt to create new DOM elements during hydration. Check that the libraries
Yep! @thetarnav has maintained it for a while. I wonder if @amoutonbrady is around and might have an idea as well.
32 replies
SSolidJS
Created by Katja (katywings) on 8/20/2024 in #support
onMount randomly not called
@REEEEE give it a spin
130 replies
SSolidJS
Created by Katja (katywings) on 8/20/2024 in #support
onMount randomly not called
Will coordinate with Ryan in core
130 replies
SSolidJS
Created by Katja (katywings) on 8/20/2024 in #support
onMount randomly not called
I just got permission from Sam
130 replies
SSolidJS
Created by Katja (katywings) on 8/20/2024 in #support
onMount randomly not called
@REEEEE maybe we should get Ryan access if you can constantly reproduce it in Inv?
130 replies
SSolidJS
Created by Katja (katywings) on 8/20/2024 in #support
onMount randomly not called
I had the same issue. Throttling helped
130 replies
SSolidJS
Created by Katja (katywings) on 8/20/2024 in #support
onMount randomly not called
Creating a full repro seems to be challenging so we have to give examples of where they exist in actual implementations. I have another (private) codebase I can share with you demonstrating another if you can't find what you need in the docs example
130 replies
SSolidJS
Created by Katja (katywings) on 8/20/2024 in #support
onMount randomly not called
Video demonstrating the issue
130 replies
SSolidJS
Created by Katja (katywings) on 8/20/2024 in #support
onMount randomly not called
Solid docs next has the issue. @Jasi provided details above
130 replies
SSolidJS
Created by Katja (katywings) on 8/20/2024 in #support
onMount randomly not called
This seems to be a pretty pervasive issue. Seeing this in 3 projects now
130 replies
SSolidJS
Created by Joe Pea on 8/24/2024 in #support
how to change solid-start build `target`?
A PR or issue to capture that would be awesome 🙂
6 replies
SSolidJS
Created by Daniel Sousa @TutoDS on 8/15/2024 in #support
Deploy
It's good that you're using a proper image component (something you don't have to maintain) now you'll have to dive deeper into the optimization though.
145 replies
SSolidJS
Created by Daniel Sousa @TutoDS on 8/15/2024 in #support
Deploy
Yeah your component is doing a lot more work than it needs to. I'd switch to unpic and let someone else manage that complexity 🙂
145 replies
SSolidJS
Created by Daniel Sousa @TutoDS on 8/15/2024 in #support
Deploy
Ooof that's a lot of work
145 replies
SSolidJS
Created by Daniel Sousa @TutoDS on 8/15/2024 in #support
Deploy
It has a placeholder option as well: https://unpic.pics/placeholder/
145 replies
SSolidJS
Created by Daniel Sousa @TutoDS on 8/15/2024 in #support
Deploy
There's a Sanity adapter for it too
145 replies
SSolidJS
Created by Daniel Sousa @TutoDS on 8/15/2024 in #support
Deploy
You should checkout unpic: https://unpic.pics/img/solid/
145 replies
SSolidJS
Created by Daniel Sousa @TutoDS on 8/15/2024 in #support
Deploy
Yeah it may not be the data fetching specifically (sorry I replied too quickly without reading Pagespeed properly). I think your suspense boundaries aren't in the right spots. The page is loading client side instead of SSRing. Plus the animations. Both might be killing your LCP.
145 replies
SSolidJS
Created by Daniel Sousa @TutoDS on 8/15/2024 in #support
Deploy
You're using Sanity CMS from what I remember. The page speed is likely b/c it's calling Sanity on every request. You could cache the sanity value so that you aren't waiting on a full round-trip.
145 replies
SSolidJS
Created by Daniel Sousa @TutoDS on 7/23/2024 in #support
Slider packages
Also this is good learning for SolidUI
54 replies