react-debounce-render
react-debounce-render copied to clipboard
Add support for react 18
trafficstars
Currently react 17 is a peer dependency. I think it should work fine with react 18 without changing the code.
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"
}
}