Jasmin
Jasmin
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
SSolidJS
Created by loucass003 on 12/11/2024 in #support
Solidstart Hydration error when using show and jsx element
and you have to call it in the jsx
16 replies
SSolidJS
Created by loucass003 on 12/11/2024 in #support
Solidstart Hydration error when using show and jsx element
() => JSX.Element
16 replies
SSolidJS
Created by loucass003 on 12/11/2024 in #support
Solidstart Hydration error when using show and jsx element
yeah it'll be a component
16 replies
SSolidJS
Created by loucass003 on 12/11/2024 in #support
Solidstart Hydration error when using show and jsx element
I think prefixIcon should be a component (function) or it'll generate twice with different hydration ids
prefixIcon={() => <CartIcon size={60}></CartIcon>}
prefixIcon={() => <CartIcon size={60}></CartIcon>}
try this
16 replies
SSolidJS
Created by loucass003 on 12/11/2024 in #support
Solidstart Hydration error when using show and jsx element
Looks like it's different on the server vs. the client
16 replies
SSolidJS
Created by loucass003 on 12/11/2024 in #support
Solidstart Hydration error when using show and jsx element
where do you set prefixIcon?
16 replies
SSolidJS
Created by Wes on 11/16/2024 in #support
All of a sudden `classList` is typed as string | undefined
the js ecosystem can never be "fixed"
58 replies
SSolidJS
Created by Wes on 11/16/2024 in #support
All of a sudden `classList` is typed as string | undefined
:deepseacreature:
58 replies
SSolidJS
Created by Wes on 11/16/2024 in #support
All of a sudden `classList` is typed as string | undefined
ohh
58 replies
SSolidJS
Created by Wes on 11/16/2024 in #support
All of a sudden `classList` is typed as string | undefined
who is rome?
58 replies
SSolidJS
Created by Wes on 11/16/2024 in #support
All of a sudden `classList` is typed as string | undefined
it has partial support for .astro, but not yet formatting them :/
58 replies
SSolidJS
Created by Wes on 11/16/2024 in #support
All of a sudden `classList` is typed as string | undefined
I tried biome for a few new projects now and it's like day and night. sadly it doesn't support everything I need yet but I'm looking forward to it
58 replies
SSolidJS
Created by Wes on 11/16/2024 in #support
All of a sudden `classList` is typed as string | undefined
yeah sounds about right
58 replies
SSolidJS
Created by Wes on 11/16/2024 in #support
All of a sudden `classList` is typed as string | undefined
eslint is just slow haha
58 replies