Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for react 18 #42

Open
captain-igloo opened this issue Aug 18, 2022 · 1 comment
Open

Add support for react 18 #42

captain-igloo opened this issue Aug 18, 2022 · 1 comment

Comments

@captain-igloo
Copy link

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

@atwright147
Copy link

atwright147 commented Dec 28, 2023

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"
    }
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants