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 6ee94ec commit 8722449Copy full SHA for 8722449
Sources/LiveKitComponents/Scopes/ComponentsScope.swift
@@ -18,7 +18,7 @@ import LiveKit
18
import SwiftUI
19
20
#if compiler(>=6.0)
21
-extension EnvironmentValues {
+public extension EnvironmentValues {
22
@Entry var liveKitUIOptions: UIOptions = .init()
23
}
24
#else
Sources/LiveKitComponents/Types/UIOptions.swift
/// Subclass to customize default components UI.
-open class UIOptions: ObservableObject {
+open class UIOptions {
// MARK: - Types
public enum TextFieldType {
0 commit comments