Deprecate Nexus.knownUniqueComponentTypes
This commit is contained in:
parent
462eb09cf0
commit
295063daa8
|
|
@ -70,6 +70,7 @@ public final class Nexus {
|
|||
childrenByParentEntity.removeAll()
|
||||
}
|
||||
|
||||
@available(swift, deprecated: 0.11.2)
|
||||
public static var knownUniqueComponentTypes: Set<ComponentIdentifier> {
|
||||
Set<ComponentIdentifier>(stableComponentIdentifierMap.keys.map { ComponentIdentifier(hash: $0) })
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue