thetarnav
thetarnav
SSolidJS
Created by hanvalen on 1/2/2025 in #support
minified UI library package code calling undefined map
if you are makin a library only for yourself you might as well not have a built step at all and just put your source .tsx or .jsx files in package.json should save you some trouble
9 replies
SSolidJS
Created by hanvalen on 1/2/2025 in #support
minified UI library package code calling undefined map
or are you minifying the library output? im a bit confused
9 replies
SSolidJS
Created by hanvalen on 1/2/2025 in #support
minified UI library package code calling undefined map
also why is is minified? is this the code after it's being bundled by solid start? does it work fine in dev? it shouldn't minify the code in dev
9 replies
SSolidJS
Created by hanvalen on 1/2/2025 in #support
minified UI library package code calling undefined map
the "weirdness" is in the built library? how are you building it then?
9 replies
SSolidJS
Created by just_me on 1/3/2025 in #support
Solid MotionOne, how to animate presence in list (using For)
Presence only works for one element it's like Transition and TransitionGroup but there is no PresenceGroup
3 replies
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
That one I wouldn’t mind
32 replies
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
being about to change plugin options?
32 replies
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
Like even if the preset was outputting another, a hydratable entry How would you use it export conditions by default only cover server/browser not ssr/no-ssr Unless I’m missing something
32 replies
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
At some point the complexity has to be on the user to precompile the component themselves
32 replies
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
but I also wonder what the default should do
32 replies
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
this could be useful anyway
32 replies
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
basically this
32 replies
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
I’m a bit skeptical about it. The whole point of shipping jsx was that the user would handle how it is compiled. Now you want to change how the buildless output works? Are you using it in a buildless setup? Since the precompiled jsx is for a SPA use, the only one you can get with buildless I think, it doesn’t need hydration. I know there is also an ssr jsx output, but that was just to make the server entries be usable in node.
32 replies
SSolidJS
Created by Strange on 4/15/2024 in #support
Refs to children elements?
👍
26 replies
SSolidJS
Created by Strange on 4/15/2024 in #support
Refs to children elements?
ah wait you don’t want to “get refs” to children but change where they are rendered
26 replies
SSolidJS
Created by Strange on 4/15/2024 in #support
Refs to children elements?
you can use the children helper to get references to elements like you wanted in op
26 replies
SSolidJS
Created by binajmen on 4/11/2024 in #support
Am I obliged to combine Suspense with Show?
shouldn’t createSolidData take an accessor as one of the params? either it has some mechanism for handling reactive input or the whole thing needs to be wrapped in a memo
22 replies
SSolidJS
Created by binajmen on 4/11/2024 in #support
Am I obliged to combine Suspense with Show?
ah no you’ll not see the fallback if you do data.latest data() will trigger fallback
22 replies
SSolidJS
Created by binajmen on 4/11/2024 in #support
Am I obliged to combine Suspense with Show?
or maybe even not then idk
22 replies
SSolidJS
Created by binajmen on 4/11/2024 in #support
Am I obliged to combine Suspense with Show?
you’ll never see the Suspense fallback though (unless using ssr)
22 replies