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