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

feat(gatsby): update react-hot-loader dependency to enable hooks #10259

Merged
merged 3 commits into from
Dec 4, 2018

Commits on Nov 27, 2018

  1. Configuration menu
    Copy the full SHA
    8fac468 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2018

  1. Configuration menu
    Copy the full SHA
    76d19bc View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. fix: get hot reloading working with 4.5.1

    Per a find by @pieh, this was actually _not_ working, because yarn was
    using react-hot-loader@4.3.0 instead of the specified 4.5.1. With a
    resolutions field (which shouldn't be necessary once this is merged)
    this seems to be the fix
    DSchau committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    ae8612a View commit details
    Browse the repository at this point in the history