Jasmin
Jasmin
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
SSolidJS
Created by Wes on 11/16/2024 in #support
All of a sudden `classList` is typed as string | undefined
np! :zzz_flushedfroge:
58 replies
SSolidJS
Created by Wes on 11/16/2024 in #support
All of a sudden `classList` is typed as string | undefined
hm could be, caching do be annyoing sometimes :D
58 replies
SSolidJS
Created by Wes on 11/16/2024 in #support
All of a sudden `classList` is typed as string | undefined
just to double check that it works on not only my machine
58 replies
SSolidJS
Created by Wes on 11/16/2024 in #support
All of a sudden `classList` is typed as string | undefined
if I'm having issues or am about to push
58 replies
SSolidJS
Created by Wes on 11/16/2024 in #support
All of a sudden `classList` is typed as string | undefined
I literally have this script in every package.json
"clean": "rm -rf .turbo dist node_modules"
"clean": "rm -rf .turbo dist node_modules"
and I always to pnpm clean && pnpm install && pnpm build
58 replies