react-debounce-render icon indicating copy to clipboard operation
react-debounce-render copied to clipboard

Add support for react 18

Open captain-igloo opened this issue 3 years ago • 2 comments
trafficstars

Currently react 17 is a peer dependency. I think it should work fine with react 18 without changing the code.

captain-igloo avatar Aug 18 '22 23:08 captain-igloo

While waiting for this to be updated, you can add the following to your package.json and it will install without issues.

  "overrides": {
    "react-debounce-render": {
      "react": "$react"
    }
  }

atwright147 avatar Dec 28 '23 23:12 atwright147