You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I've come across a bug I'm having trouble solving. Maybe someone can help me figure it out.
Which version of the WSTagsField are you using?
5.4.0
On which platform does the issue happen?
iOS 14
Are you using Cocoapods?
1.10.0.rc.1
Which version of Xcode are you using?
Xcode 12.2
Build version 12B45b
What did you do?
Using WSTagsField in a form input, certain tag combinations result in an app crash / memory leak. It seems when the first one has a minus sign and there is a certain tag afterwards the input will not properly render.
func makeUIView(context: UIViewRepresentableContext<TagsInput>) -> WSTagsField {
let input = WSTagsField()
input.addTags(["zarner-bros", "hwotwx", "catrix"])
}
// Also do not work
// ["zarnerbros", "oneasdfadsfaones", "thisiscool"]
// ["warner-bros", "hbo-max", "matrix"]
Hi! I've come across a bug I'm having trouble solving. Maybe someone can help me figure it out.
Which version of the WSTagsField are you using?
5.4.0
On which platform does the issue happen?
iOS 14
Are you using Cocoapods?
1.10.0.rc.1
Which version of Xcode are you using?
Xcode 12.2
Build version 12B45b
What did you do?
Using WSTagsField in a form input, certain tag combinations result in an app crash / memory leak. It seems when the first one has a minus sign and there is a certain tag afterwards the input will not properly render.
This works though?
What did you expect to happen?
I expect both tag sets to render and the app not to freeze.
What happened instead?
The app freezes and memory consumption starts to increasingly grow.
The text was updated successfully, but these errors were encountered: