When I run the build for my iOS project it throws a logic error: The left expression of the compound assignment is an uninitialized value. The computed value will also be garbage.
This is being thrown in the Yoga package that can be found here.
I checked out different Stack Overflow and Github threads but I couldn't find anyone with the same issue.
(performLayout ? layoutMarkerData.cachedLayouts : layoutMarkerData.cachedMeasures) += 1;
This should build without this error.