Currently, allenfeng/react-toastr locks in React like so:
"react": "^0.14.0 || <15.4.0"
However, I am currently using react 15.4.1, so I have duplicate React packages in my bundle. Thus, react-toastr comprise 5.65% of my bundle. Funnily enough, I don't even use the toastr parts of this package :/
Currently,
allenfeng/react-toastr
locks in React like so:However, I am currently using react
15.4.1
, so I have duplicate React packages in my bundle. Thus, react-toastr comprise 5.65% of my bundle. Funnily enough, I don't even use the toastr parts of this package :/Can you upgrade the dep to allow for newer versions of react?
The text was updated successfully, but these errors were encountered: