Open vasicer opened 1 year ago
I am newbie in swiftui.
I am trying to add Pagenation in this feature. If I try to use append as values in loadable<[Model]> , I will get get-only property error.
Model.value.append($0)
How can i fix it?
I am newbie in swiftui.
I am trying to add Pagenation in this feature. If I try to use append as values in loadable<[Model]> , I will get get-only property error.
Model.value.append($0)
How can i fix it?