react-responsive-tabs
react-responsive-tabs copied to clipboard
React 18 support
Just wondering if React 18 support is planned? Currently trying to install this package in a React 18 app throws a peer dependency error. Thanks!
does any alternative package?
I used
"overrides": {
"react-responsive-tabs": {
"react": "$react",
"react-dom": "$react-dom"
}
}