pmndrs / react-nil

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

Shouldn't react be peer dependency? #4

Closed nstfkc closed 4 years ago

nstfkc commented 4 years ago

I wanted to mess around with next.js but I bumped into having two versions of react problem. Was it intended to set react as dependency?

drcmda commented 4 years ago

indeed, it packs up everything into one bundle even, probably not the best idea - will fix in a minute

drcmda commented 4 years ago

ive remove the dependency

nstfkc commented 4 years ago

Wow, thanks for the super fast response!