Tommy Sadiq Hinrichsen
Tommy Sadiq Hinrichsen
When trying to access a nested object my app crashes ``` let baseURL = Environment.backendURL.appendingPathComponent("api") let dataSource = DataSource(strategy: .path(ProductOfferResource.resourceType), client: self.client) try! dataSource.fetch() .result({ (document: Document) in let productOffers...
https://user-images.githubusercontent.com/1586725/109475175-ac92db80-7a75-11eb-8fa2-63302f2998c6.MP4 ### Description When I'm dragging the panel from tip to half the animation stutters in the end ### Expected behavior Animation should be fluent ### Actual behavior Animation stutters/jumps...