Ladvace
Children helper break Context
I made a snippet to better show the problem, I tried looping the props.children instead of using the helper but it didn't really work
https://playground.solidjs.com/anonymous/2ad2d60f-5f41-4a3b-abf5-6f9507c6c248
5 replies
Filtering array in object keyed store inside a produce
In the snippet above I have a keyed object, for each key there is an array, that I filter, the filter doesn't seems working, what is the best way to do it?
I tried also:
https://playground.solidjs.com/anonymous/eaff2e17-2327-4890-95d8-5c30307672ea
15 replies
Object.entries not updating
I made a little example of my problem, basically I'm trying to loop with
For
over a keyed object with object.entries
without much success
https://playground.solidjs.com/anonymous/935af2d2-30b0-452e-a999-c6edef0e8d523 replies