joost-de-vries / play-reactjs-typescript.g8

A demo Play project with Reactjs in Typescript
3 stars 1 forks source link

Exclude react and types__react transitive dependencies #3

Closed irsital closed 7 years ago

irsital commented 7 years ago

I was having the same problem as reported in #2.

This PR fixes the issue by excluding the transitive dependency on react and types__react

joost-de-vries commented 7 years ago

Nice! Thank you!