Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Support React 17 #149

Open
saturngod opened this issue Dec 23, 2020 · 2 comments · May be fixed by #151
Open

Support React 17 #149

saturngod opened this issue Dec 23, 2020 · 2 comments · May be fixed by #151

Comments

@saturngod
Copy link

Current hookrouter doesn't support the react 17. Can you update the react version in package.json ?

@milleymilli
Copy link

Am downgrading react version to 16 in order to use hookrouter. Will you update the react version please?

@prageeth prageeth linked a pull request Jan 23, 2021 that will close this issue
@tony-garcia
Copy link

I run hookrouter with React 17 by installing it using the --legacy-peer-deps flag and it works great.

npm install hookrouter --legacy-peer-deps

So it seems like it's already compatible. Just need to update the react dependency from "16.8.2" to ">=16.8.2".

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

Successfully merging a pull request may close this issue.

3 participants