reactjs / react-tabs

An accessible and easy tab component for ReactJS.
https://reactcommunity.org/react-tabs/
MIT License
3.1k stars 447 forks source link

Update Tab.js #526

Closed Narayana212 closed 1 year ago

Narayana212 commented 1 year ago

The current code uses the old-style ref callback ref={(node) => { nodeRef.current = node; }}, which is still functional but can be simplified using the useRef hook directly: