We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d50d7c9 commit bb5cc83Copy full SHA for bb5cc83
DemoAppSwiftUI/GroupNameView.swift
@@ -2,6 +2,7 @@
2
// Copyright © 2025 Stream.io Inc. All rights reserved.
3
//
4
5
+import StreamChat
6
import StreamChatSwiftUI
7
import SwiftUI
8
DemoAppSwiftUI/LoginView.swift
Sources/StreamChatSwiftUI/Utils/StreamCore+Extensions.swift
@@ -2,4 +2,9 @@
-@_exported import StreamCore
+import Foundation
+import StreamCore
+
+typealias Injected<T> = StreamCore.Injected<T>
9
+typealias InjectedValues = StreamCore.InjectedValues
10
+typealias StreamConcurrency = StreamCore.StreamConcurrency
0 commit comments