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

Fix warnings: Actor Isolated Property #800

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ShreyasSahoo
Copy link

@ShreyasSahoo ShreyasSahoo commented Mar 9, 2025

Marked searchRoute with @mainactor to ensure UI updates happen on the main thread. Fixes a crash in Swift 6 when updating searchResponse from a non-isolated context.

Fixes #771

Marked searchRoute with @mainactor to ensure UI updates happen on the main thread.
Fixes a crash in Swift 6 when updating searchResponse from a non-isolated context.
@ShreyasSahoo ShreyasSahoo changed the title Fix deprecation: 'onChange(of:perform:)' was deprecated in iOS 17.0 Fix warnings: Actor Isolated Property #771 Mar 9, 2025
@ShreyasSahoo ShreyasSahoo changed the title Fix warnings: Actor Isolated Property #771 Fix warnings: Actor Isolated Property Mar 9, 2025
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.

Fix warnings: Actor Isolated Property
1 participant