Valentin Ilk
Valentin Ilk
The `cornerRadius` modifiers included in `appWidgetBackgroundCornerRadius()` and `appWidgetInnerCornerRadius()` where actually never applied to the widget. The `CombinedGlanceModifier` created by the `cornerRadius` functions was only ever created, but was never be...
Hey, I'm observing the following issue. Whenever the only child of `Observing` in SwiftUI becomes an `EmptyView()`, SKIE's `Observing` view will stop collecting my flow. Steps to reproduce: ```kotlin //...
### Is your feature request related to a problem? Please describe. Unintentional definition overrides can cause issues, which can happen quite fast in large scale projects. However setting `allowOverride` to...