clicking scroll to top doesn't work should look like this ```tsx const scrollToTop = React.useCallback(() => { listRef.current?.scrollToOffset({ offset: 0, animated: true }); }, []); ```
clicking scroll to top doesn't work
should look like this