Jasmin
Jasmin
SSolidJS
Created by McBrincie212 on 4/2/2025 in #support
Updating a signal depending on if an element is focused or not
see? debugging helps 😄
66 replies
SSolidJS
Created by McBrincie212 on 4/2/2025 in #support
Updating a signal depending on if an element is focused or not
it's generally how I would move when I have a weird issue like this. People on the discord can't really help you that well if you haven't broken down the issue yourself.
66 replies
SSolidJS
Created by McBrincie212 on 4/2/2025 in #support
Updating a signal depending on if an element is focused or not
maybe this helps already and you'll find the issue yourself
66 replies
SSolidJS
Created by McBrincie212 on 4/2/2025 in #support
Updating a signal depending on if an element is focused or not
yeah, try to make the smallest repro possible where the issue still occurs
66 replies
SSolidJS
Created by McBrincie212 on 4/2/2025 in #support
Updating a signal depending on if an element is focused or not
thanks!
66 replies
SSolidJS
Created by McBrincie212 on 4/2/2025 in #support
Updating a signal depending on if an element is focused or not
it's a lot of effort for someone that has never seen your code to read through this and try to find the mistake
66 replies
SSolidJS
Created by McBrincie212 on 4/2/2025 in #support
Updating a signal depending on if an element is focused or not
very hard to debug code snippets like this. It would be best if you could provide a working reproduction where I can go, execute it and make changes to debug
66 replies
SSolidJS
Created by McBrincie212 on 4/2/2025 in #support
Updating a signal depending on if an element is focused or not
it should work
66 replies
SSolidJS
Created by McBrincie212 on 4/2/2025 in #support
Updating a signal depending on if an element is focused or not
66 replies
SSolidJS
Created by edard3v 🦀 on 3/24/2025 in #support
tanStackQuery/Solid/Astro
I don't know if tanstack query does something different in dev mode
28 replies
SSolidJS
Created by edard3v 🦀 on 3/24/2025 in #support
tanStackQuery/Solid/Astro
hm interesting
28 replies
SSolidJS
Created by edard3v 🦀 on 3/24/2025 in #support
tanStackQuery/Solid/Astro
and both are GET requests? one isn't an option request?
28 replies
SSolidJS
Created by edard3v 🦀 on 3/24/2025 in #support
tanStackQuery/Solid/Astro
ah you mean two network requests
28 replies
SSolidJS
Created by edard3v 🦀 on 3/24/2025 in #support
tanStackQuery/Solid/Astro
hm where do you have a query with the key tags? seems to be a different one. It's also inactive, maybe it's from the previous page?
28 replies
SSolidJS
Created by nkitku on 3/1/2025 in #support
using solid-js/h but reactivity not working is there any way to make it work
Make the style prop a function:
{
style: () => ({ position: "relative", height: `${totalHeight()}px` }),
},
{
style: () => ({ position: "relative", height: `${totalHeight()}px` }),
},
8 replies
SSolidJS
Created by nkitku on 3/1/2025 in #support
using solid-js/h but reactivity not working is there any way to make it work
each: visibleItems,
8 replies
SSolidJS
Created by nkitku on 3/1/2025 in #support
using solid-js/h but reactivity not working is there any way to make it work
8 replies
SSolidJS
Created by Md Shehab on 2/6/2025 in #support
Third party authentication
@Atila has a tutorial on Youtube on how to implement oauth with solidstart. Maybe this is a good starting point for you? https://youtu.be/n2SjqH5r4iw
4 replies
SSolidJS
Created by HPsaucii on 2/3/2025 in #support
Can't use `bun run vinxi dev` as a result of a hang, node infinitely increases in CPU and RAM usage
I'm not sure if bun works with solidstart/vinxi. Does it work with node?
7 replies
SSolidJS
Created by loucass003 on 12/11/2024 in #support
Solidstart Hydration error when using show and jsx element
nice
16 replies