pmndrs / react-nil

⃝ A react null renderer
MIT License
793 stars 14 forks source link

fix(deps): add scheduler and react-reconciler as dependencies #8

Closed CodyJasonBennett closed 2 years ago

CodyJasonBennett commented 3 years ago

Fixes #6 and #7.

react-reconciler requires scheduler to be installed alongside it. Users shouldn't be burdened with internal dependencies, so I thought we can include it here.