itshan
itshan
一样的问题。
回退到4.2.2稳定
今天开始出现一样的问题
+1 ``` let appTemplate = Template( description: "New App template", attributes: [ nameAttribute, .optional("platform", default: "ios"), ], items: [ .directory(path: "Tuist", sourcePath: "../../ProjectDescriptionHelpers"), ] ) ``` the appTemplate would be...
sure here's reproducer project [SKIE-issue-101-mac-issue.zip](https://github.com/user-attachments/files/16597652/SKIE-issue-101-mac-issue.zip) download - SKIE-issue-101-mac-issue.zip to reproduce it 1. use kmmbridge spmDevBuild build kmp package 2. open iosApp(actual is a mac app) and run it https://github.com/user-attachments/assets/1e0fa537-e6bd-4c66-8bad-b343544bc38f
flow with data class looks like can't update the list view immediately but use the interface without this issue https://github.com/user-attachments/assets/70a8b47a-9ba3-42a6-abf2-5428fe987763 ``` @MainActor private func loadDataClass() async { for await users...
> Hey @hanrw, we found what was causing this issue. I've accidentally used `@ObservedObject` instead of `@StateObject`. Once tests pass, I'll be releasing SKIE 0.9.2 which has this issue fixed....
@TadeasKriz, it looks like this issue still exists. or is this not an issue? > flow with data class looks like can't update the list view immediately but use the...