diff --git a/Sources/OpenSwiftUICore/Runtime/ConditionalMetadata.swift b/Sources/OpenSwiftUICore/Runtime/ConditionalMetadata.swift index e33aa0737..7fb0e8d2a 100644 --- a/Sources/OpenSwiftUICore/Runtime/ConditionalMetadata.swift +++ b/Sources/OpenSwiftUICore/Runtime/ConditionalMetadata.swift @@ -114,7 +114,7 @@ package struct ConditionalTypeDescriptor

where P: ConditionalProtocolDescript at: base, tag: tag ) { ptr in - descriptor.project(at: ptr, baseIndex: baseIndex &+ 1, body) + descriptor.project(at: ptr, baseIndex: baseIndex + 1, body) } } case let .either(type, falseDescriptor, trueDescriptor):