Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lock react and react-dom to a fixed version #83

Merged
merged 1 commit into from
Dec 20, 2018

Commits on Dec 20, 2018

  1. Lock react and react-dom to a fixed version

    According to React Blog, the newest version of React v16.7 doesn't include React Hooks, before they tag an extra version for upcoming hooks, we should lock the version to latest react 16.7.0 alpha version, rather than use `next` to specify its version info in `package.json`. More details can be found at https://reactjs.org/blog/2018/12/19/react-v-16-7.html#can-i-use-hooks-yet
    hijiangtao authored Dec 20, 2018
    Configuration menu
    Copy the full SHA
    1e9c1a9 View commit details
    Browse the repository at this point in the history