From 31eb3cbab02970f7c7f21b2d39555d54c6c44c6f Mon Sep 17 00:00:00 2001 From: Antoine Marandon Date: Mon, 25 Nov 2024 17:10:54 +0900 Subject: [PATCH] fix comment --- Sources/Components/Compositions/OnAppearNode.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Components/Compositions/OnAppearNode.swift b/Sources/Components/Compositions/OnAppearNode.swift index 0e1c7c7..45a153f 100644 --- a/Sources/Components/Compositions/OnAppearNode.swift +++ b/Sources/Components/Compositions/OnAppearNode.swift @@ -80,7 +80,7 @@ public final class OnAppearNode: NamedDisplayCellNodeBas }) topLeftTiledLayerNode = .init(wrappedView: { MainActor.assumeIsolated { - // NB, + // :/ https://github.com/swiftlang/swift/issues/76099 .init() } })