sahat / megaboilerplate

Handcrafted starter projects, optimized for simplicity and ease of use.
MIT License
3.83k stars 257 forks source link

Sync react and react-dom versions #199

Closed yangshun closed 6 years ago

yangshun commented 7 years ago

react and react-dom package versions have to be in sync. Currently because of the ^ for React, react@v15.4.2 is installed while React DOM doesn't have the ^ and react-dom@v15.3 was installed for me. ReactDOMServer was shifted into react-dom in 15.4, causing an error when I used react-dom@v15.3. Hence the versions of these two packages have to be in sync.