buttons / react-github-btn

:octocat: Unofficial github:button component for React.js
https://buttons.github.io
BSD 2-Clause "Simplified" License
62 stars 8 forks source link

fix: add missing peer dependency `react` #23

Closed merceyz closed 2 years ago

merceyz commented 2 years ago

What's the problem this PR addresses?

react-github-btn tries to import react but doesn't declare it as a dependency

How did you fix it?

Declared react as a peer dependency.