using solid-js/h but reactivity not working is there any way to make it work
Solid Playground
Quickly discover what the solid compiler will generate from your JSX template
6 Replies
you need to pass an accessor to the
each
prop: https://playground.solidjs.com/anonymous/c843bed5-1eb1-4a6b-8960-b8feee5be05b
each: visibleItems,
thanks

this is also not updating
Solid Playground
Quickly discover what the solid compiler will generate from your JSX template
Make the style prop a function: