insin / gatsby-plugin-dark-mode

A Gatsby plugin which handles some of the details of implementing a dark mode theme
MIT License
69 stars 19 forks source link

Upgrade minimum react version #15

Closed ghost closed 2 years ago

ghost commented 3 years ago

Updates React to 17. As far as my (limited) testing on my personal website goes, the plugin works with React 17. This is what Gatsby uses now.

It's not as a big a major release as the ones, it's mostly internal so it makes sense. https://reactjs.org/blog/2020/10/20/react-v17.html

Thanks

WhiteHoodHacker commented 3 years ago

Is this repo still being maintained anymore? This pull request has been open for months now and the last commit was over a year ago. For anyone looking for a solution, I suggest using gatsby-plugin-use-dark-mode instead.

ghost commented 3 years ago

Unfortunately, the last commit in use-dark-mode was also over a year ago. Not a love from maintainers for dark mode projects. 😢