jhonnymichel / react-hookstore

A state management library for react using the bleeding edge hooks feature

Home Page:https://codesandbox.io/s/r58pqonkop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove react-dom peer dependency

paulirwin opened this issue · comments

This project has a peer dependency on react-dom, but does not use it. This peer dependency should be removed to support other React front-ends, like React Native.

Great catch, @paulirwin. Will do it.