disqus / disqus-react

A React component for Disqus
MIT License
369 stars 46 forks source link

won't work with react 17 #85

Closed natnaelawel closed 3 years ago

natnaelawel commented 3 years ago

how to work with react version 17

timtnleeProject commented 3 years ago

Hi @natnaelawel , I use "react": "17.0.1" and it works, what problem or error did you encountered?

tterb commented 3 years ago

@natnaelawel As @timtnleeProject mentioned, we're gonna need some more specific information to help you troubleshoot your issue.

tterb commented 3 years ago

I'm assuming that this might've been confusion over React v17 not being listed as a peer-dependency in the package.json which has been fixed in #88, so I'm gonna close this out for now.

joshuaavalon commented 3 years ago

@tterb Is there any information on when on it will be released? I am using npm@7 which changes on how it handles peer dependency and I need the update to stop it from complaining.

tterb commented 3 years ago

@joshuaavalon I just published the patch so v1.0.11 should be available now.