Skip to content

Conversation

sayomaki
Copy link
Contributor

@sayomaki sayomaki commented Aug 9, 2025

Description

In #3140, immer@10 was added to make use of castDraft to fix typescript type errors, however this caused a version conflict with redux toolkit which was still using immer@9. As a result, playground execution no longer works.

This PR downgrades immer back to 9.0.21, thanks @martin-henz for quickly bringing up the issue!

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Code quality improvements

How to test

Playground/code execution should be working again.

Checklist

  • I have tested this code
  • I have updated the documentation

@sayomaki sayomaki requested a review from RichDom2185 August 9, 2025 08:39
@sayomaki sayomaki self-assigned this Aug 9, 2025
@sayomaki sayomaki added the critical Fixing this is mission-critical label Aug 9, 2025
@sayomaki sayomaki enabled auto-merge (squash) August 9, 2025 08:41
Copy link
Member

@RichDom2185 RichDom2185 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@sayomaki sayomaki merged commit e381f6e into master Aug 9, 2025
9 checks passed
@sayomaki sayomaki deleted the immer-hotfix branch August 9, 2025 08:44
@coveralls
Copy link

Pull Request Test Coverage Report for Build 16847512611

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 43.281%

Totals Coverage Status
Change from base Build 16847440790: 0.0%
Covered Lines: 20529
Relevant Lines: 49615

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
critical Fixing this is mission-critical
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants