thetarnav
thetarnav
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
SSolidJS
Created by binajmen on 4/11/2024 in #support
Am I obliged to combine Suspense with Show?
tip: set the initialValue of resource (or whatever the equivalent is for createQuery) and you won’t have to deal with data()?.stuff or <Show>
22 replies
SSolidJS
Created by Fantasy on 3/30/2024 in #support
Removing element from store array doesn't remove rendered items
or do a produce on an an object higher in the state tree
6 replies
SSolidJS
Created by Fantasy on 3/30/2024 in #support
Removing element from store array doesn't remove rendered items
you can use findIndex + splice instead
6 replies
SSolidJS
Created by Fantasy on 3/30/2024 in #support
Removing element from store array doesn't remove rendered items
you’re assigning to the parameter in produce, not actually mutating the store there
6 replies
SSolidJS
Created by proudparrot2 on 3/29/2024 in #support
<Index> with stores
Also why in one example you’re calling openWindows as a function and not in the other?
26 replies