Settings.Container(contentWidth: contentWidth) {
Settings.Section(title: "sectionTitle") {
Slider(value: $value, in: 1...1000)
}
}
Getting the following errors on the Container:
Generic parameter 'Content' could not be inferred
Type 'Settings<_>' has no member 'Container'
Getting the following errors on the Container: