tterb / gatsby-plugin-disqus

:speech_balloon: A plugin for adding Disqus comments to GatsbyJS
https://brettstevenson.io/gatsby-plugin-disqus
MIT License
45 stars 5 forks source link

Update peerDependencies to support React v17 #49

Closed tterb closed 3 years ago

tterb commented 3 years ago

Description

Updates peerDependencies to include "react": "^16.0.0 || ^17.0.0"

Motivation and Context

Addresses the React v17 compatibility issue that was brought up in #48

Checklist: