Help with Transitions (solid-transition-group)
Can someone help me debug why this is not animating?
2 Replies
mb because index never gets to be 3? https://playground.solidjs.com/anonymous/9389553a-ce11-4ef4-b652-2f5c9821dace
Solid Playground
Quickly discover what the solid compiler will generate from your JSX template
not familiar with that
onClick={[setIndex, index() + 1]}
syntax, but onClick={[setIndex, () => index() + 1]}
works