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

Edits to persisted shared state lost when bunched together #3477

Closed
1 of 3 tasks
nshelleyfs opened this issue Nov 4, 2024 · 1 comment
Closed
1 of 3 tasks

Edits to persisted shared state lost when bunched together #3477

nshelleyfs opened this issue Nov 4, 2024 · 1 comment
Labels
bug Something isn't working due to a bug in the library.

Comments

@nshelleyfs
Copy link

Description

When doing multiple edits at a time, sometimes only the first edit is saved while remaining edits in the same block of code get lost.

Checklist

  • I have determined whether this bug is also reproducible in a vanilla SwiftUI project.
  • If possible, I've reproduced the issue using the main branch of this package.
  • This issue hasn't been addressed in an existing GitHub issue or discussion.

Expected behavior

No response

Actual behavior

No response

Reproducing project

ComposableTest.zip

The Composable Architecture version information

1.15.2

Destination operating system

iOS 18

Xcode version information

Xcode 16.1

Swift Compiler version information

No response

@nshelleyfs nshelleyfs added the bug Something isn't working due to a bug in the library. label Nov 4, 2024
@mbrandonw
Copy link
Member

Hi @nshelleyfs, thanks for the repro! I've just captured this in a failing test (#3479) and we will investigate a fix soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working due to a bug in the library.
Projects
None yet
Development

No branches or pull requests

2 participants