Results 1 comments of Alan Yang

I was able to get the carousel to rerender and scroll to the active index with a mixture of useRef, useEffect, and key. Here's a very minimal code snippet: ```jsx...