(newIndex)
| 42 | }; |
| 43 | |
| 44 | const goToIndex = (newIndex) => { |
| 45 | if (animating) return; |
| 46 | setActiveIndex(newIndex); |
| 47 | }; |
| 48 | |
| 49 | const slides = items.map((item) => { |
| 50 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…