You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the update on MacOS Sequoia, we had to update the package version of verge to the latest version. Previously in our app, we used the @StoreObject wrapper together with StoreReader in SwiftUI and we could use this for live updating the state. After the version update, the state updates are only reflected within the UI after the app is pushed to the background or out of focus. Do you have any idea, why this might happen? There were two changes we noticed that we adapted:
DispatcherType was replaced by StoreDriverType
primitiveState was replaced by state.primitive
Versions
Verge: 12.5.0
MacOS: 14.6.1 (23G93)
XCode: Version 16.0 (16A242d)
The text was updated successfully, but these errors were encountered:
Problem Description
After the update on MacOS Sequoia, we had to update the package version of verge to the latest version. Previously in our app, we used the @StoreObject wrapper together with StoreReader in SwiftUI and we could use this for live updating the state. After the version update, the state updates are only reflected within the UI after the app is pushed to the background or out of focus. Do you have any idea, why this might happen? There were two changes we noticed that we adapted:
Versions
Verge: 12.5.0
MacOS: 14.6.1 (23G93)
XCode: Version 16.0 (16A242d)
The text was updated successfully, but these errors were encountered: