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

Upgrade to Immer 2.x #132

Merged
merged 1 commit into from
Apr 28, 2019
Merged

Upgrade to Immer 2.x #132

merged 1 commit into from
Apr 28, 2019

Conversation

ezzatron
Copy link
Contributor

This PR is a simple upgrade of the immer dependency. Version 2 of Immer only introduces a single BC break that shouldn't affect createReducer as it has to do with returning promises from a producer function.

From the migration section of the Immer README:

Migration

Immer 1.* -> 2.0

Make sure you don't return any promises as state, because produce will actually invoke the promise and wait until it settles.

@netlify
Copy link

netlify bot commented Apr 10, 2019

Deploy preview for redux-starter-kit-docs ready!

Built with commit 501ce90

https://deploy-preview-132--redux-starter-kit-docs.netlify.com

@markerikson
Copy link
Collaborator

Simple enough. Thanks!

@markerikson markerikson merged commit 82014e0 into reduxjs:master Apr 28, 2019
@ezzatron ezzatron deleted the immer-2 branch April 28, 2019 23:38
markerikson pushed a commit that referenced this pull request Apr 20, 2021
* docs: update comparison (#103)

Adds "declarative" as an option for API definition for React Query. With v3, you can now configure all of your queries and mutations up front before calling them.

* Add algolia config (#126)

* use authorization instead of authentication (#128)

* run tests on PRs

* Link directly to #redux on Reactiflux (#127)

Co-authored-by: Matt Sutkowski <msutkowski@gmail.com>

Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
Co-authored-by: Matt Sutkowski <msutkowski@gmail.com>
Co-authored-by: Nick McCurdy <nick@nickmccurdy.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants