Believe we're seeing a crash with the latest changes to ASTraitCollection.m in #625. https://github.com/TextureGroup/Texture/commit/a3136b02250bfcedfe98c93caabeb554069ad4e7 I'm not sure when traits.preferredContentSizeCategory would be nil. ```[props addObject:@{ @"preferredContentSizeCategory": (UIContentSizeCategory)traits.preferredContentSizeCategory }];``` **Edit:** Looks to be on rotation of the device. Just a heads up @ypogribnyi 👍