re-carousel
re-carousel copied to clipboard
Update refs to use createRef() and callback refs
trafficstars
- Use React.createRef() for the wrapper ref
- Use a callback ref (setFrameRef) for the frame refs
- This removes the warnings about using legacy string ref API, in React StrictMode
- For more info, see React documentation