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 acca60c commit 40a5c07Copy full SHA for 40a5c07
Sources/StreamChatSwiftUI/ChatChannel/ChatChannelView.swift
@@ -22,7 +22,7 @@ public struct ChatChannelView<Factory: ViewFactory>: View, KeyboardReadable {
22
private var factory: Factory
23
24
public init(
25
- viewFactory: Factory,
+ viewFactory: Factory = DefaultViewFactory.shared,
26
viewModel: ChatChannelViewModel? = nil,
27
channelController: ChatChannelController,
28
messageController: ChatMessageController? = nil,
0 commit comments