Ladvace
Ladvace
SSolidJS
Created by Ladvace on 8/8/2023 in #support
Reactive var in obj
thanks!
5 replies
SSolidJS
Created by Ladvace on 7/1/2023 in #support
regex in useMatch
ok I'm gonna try figuring out how to use it with MatchFilter, thanks
5 replies
SSolidJS
Created by Ladvace on 5/9/2023 in #support
Children helper break Context
got it, thanks!
5 replies
SSolidJS
Created by Ladvace on 5/3/2023 in #support
Filtering array in object keyed store inside a produce
anyway I fixed resetting the whole object before mapping it
15 replies
SSolidJS
Created by Ladvace on 5/3/2023 in #support
Filtering array in object keyed store inside a produce
there is no button to update it
15 replies
SSolidJS
Created by Ladvace on 5/3/2023 in #support
Filtering array in object keyed store inside a produce
the button is just to explain the problem, in reality data get automatically updated
15 replies
SSolidJS
Created by Ladvace on 5/3/2023 in #support
Filtering array in object keyed store inside a produce
they are static for sake of semplicity but the data object come from some api, they can be more or less, they are dynamic, otherwise I would have created a store for each of the jobs
15 replies
SSolidJS
Created by Ladvace on 5/3/2023 in #support
Filtering array in object keyed store inside a produce
oh yeah this works, I was figuring out if there was a way to do that without doing
setObj("A", []);
setObj("B", []);
setObj("C", []);
setObj("A", []);
setObj("B", []);
setObj("C", []);
since the Jobs can be dynamic
15 replies
SSolidJS
Created by Ladvace on 5/3/2023 in #support
Filtering array in object keyed store inside a produce
idk if you updated the url but it still doesn't work as it should
15 replies
SSolidJS
Created by Ladvace on 5/3/2023 in #support
Filtering array in object keyed store inside a produce
that's why it wasn't working XD
15 replies
SSolidJS
Created by Ladvace on 5/3/2023 in #support
Filtering array in object keyed store inside a produce
nevermind I fixed it, my bad
15 replies
SSolidJS
Created by Ladvace on 5/3/2023 in #support
Filtering array in object keyed store inside a produce
I updated the example, here it should be more clear, when you click the button UPDATE DATA I update the array with just some of the old objects, reming martin and mark, despite that and the filtr you can still see them https://playground.solidjs.com/anonymous/7d0d22e7-e1af-4e27-8785-b2da846aeca9
15 replies
SSolidJS
Created by Ladvace on 4/17/2023 in #support
Object.entries not updating
Thanks for the hint!
3 replies
SSolidJS
Created by Ladvace on 3/11/2023 in #support
Property 'pathLength' does not exist on type 'CircleSVGAttributes<SVGCircleElement>'
thanks!
4 replies