zaniluca / SwiftUISnackbar

A simple Snackbar view extension for your SwiftUI application
MIT License
33 stars 4 forks source link

not working as it should #3

Closed fatihdurmaz closed 1 year ago

fatihdurmaz commented 1 year ago

Text("Merhaba") .snackbar(isShowing: $viewmodel.showError, title: "Error", text: viewmodel.errorMessage, style: .custom(.blue))

Ekran Resmi 2023-05-10 14 12 25

not working as it should

fatihdurmaz commented 1 year ago

The error is caused by the spacer component.