Doist/reactist

React 17+ support.

harshitsinghai77 opened this issue · 2 comments

Error while installing it for React 17.0.2

Hi @harshitsinghai77,

thank you for raising the issue. I can see that the peerDependencies we declare in the package.json are a bit too restrictive:

reactist/package.json

Lines 45 to 46 in 2beb1f7

"react": "^15.5.4 || ^16.2.0",
"react-dom": "^15.5.4 || ^16.2.0",

Meaning that reactist should work fine with React 17+ but we need to update this declaration. Would you be willing to submit a PR for this? 🙌

I guess so. I can look at it during the weekend maybe.