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