Skip to content

Commit

Permalink
Fix compile (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
takumatt authored Nov 13, 2024
1 parent 1e7f531 commit ad41d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftUIHosting/SwiftUIHostingView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ open class SwiftUIHostingView<Content: View>: UIView {

self.hostingController = HostingController(
disableSafeArea: configuration.disableSafeArea,
rootView: AnyView(usingContent)
rootView: usingContent
)

#endif
Expand Down

0 comments on commit ad41d02

Please sign in to comment.