Skip to content

Commit

Permalink
Swift 6 compatibility (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnmrndn authored Nov 15, 2024
1 parent b50f8d4 commit b0538f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/StorybookKit/Primitives/BookPage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public struct BookPage: BookView, Identifiable {
_ file: StaticString = #fileID,
_ line: UInt = #line,
title: String,
@ViewBuilder destination: () -> Destination
@ViewBuilder destination: @MainActor () -> Destination
) {
self.file = file
self.line = line
Expand Down

0 comments on commit b0538f7

Please sign in to comment.