react-responsive-tabs icon indicating copy to clipboard operation
react-responsive-tabs copied to clipboard

React 18 support

Open elliotgonzalez-lk opened this issue 2 years ago • 2 comments

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!

elliotgonzalez-lk avatar Jun 17 '22 21:06 elliotgonzalez-lk

does any alternative package?

danny007in avatar Sep 30 '23 16:09 danny007in

I used

  "overrides": {
    "react-responsive-tabs": {
      "react": "$react",
      "react-dom": "$react-dom"
    }
  }

danny007in avatar Oct 01 '23 08:10 danny007in