schiehll / react-alert

alerts for React
MIT License
607 stars 99 forks source link

Upgrade version react, react - dom #82

Closed huukuntp1 closed 6 years ago

huukuntp1 commented 6 years ago

Hello, I use react -alert, but the problem it not working because version react and react-dom, after i upgrade version follows npmjs: "prop-types": "^15.6.0" "react": "^16.3.0" "react-dom": "^16.3.0" "react-transition-group": "^2.3.0" This not working, I try update: "prop-types": "15.6.0" "react": "16.3.0" "react-dom": "16.3.0" "react-transition-group": "2.3.0" and this working,

Let me know this problem ?

Regards

schiehll commented 6 years ago

Hi @huukuntp1

Since the caret prefix only means that the dependency can be updated to any not major new version (you can read more about it here), I'm pretty sure that it is working as you can see here (check the dependencies).

I don't know, maybe try to remove the node_modules folder and install the dependencies again?

I will close the issue since it looks like it's not a problem in this lib, but feel free to ask me to reopen it if you can come up with a repository that reproduces the issue.