Compilation Error

The following error occurs after today's update:

Error while compiling KillFeed: 'SkeletonProperties.BoneProperty' does not contain a definition for 'name' and no accessible extension method 'name' accepting a first argument of type 'SkeletonProperties.BoneProperty' could be found (are you missing a using directive or an assembly reference?) | Line: 1580, Pos: 44

string bone = boneProperty?.boneName ?? "";

Thank you. I have confirmed that it is working properly.