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

chore!: upgrade immer to v10.1 #13

Merged
merged 3 commits into from
Jan 25, 2025
Merged

chore!: upgrade immer to v10.1 #13

merged 3 commits into from
Jan 25, 2025

Conversation

johannes-lindgren
Copy link
Collaborator

Upgrade immer to version 10.1. Resolves #12

According to the migration steps, the only thing we need to do is to replace the default import:

Replace all default imports: Replace import produce from "immer" with import {produce} from "immer".

I am marking this as a breaking change, because immer v10 has breaking changes.

@sep2 sep2 merged commit 8d15a32 into main Jan 25, 2025
1 of 2 checks passed
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.

Upgrade Immer to version 10
2 participants