Andrey Bronnikov
Andrey Bronnikov
@skydivedan thank you so much!
Anyway, I think QGrid should have any workaround
Some news? Can we try it with specific branch?
I got this too. Try solution by adding code: ```swift public func forEach(_ body: ((key: V, value: T)) throws -> Void) rethrows { try concurrentQueue.sync { try dictionary.forEach(body) } }...