Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"anyView" on MacOS in InternalWrappingHStack #32

Closed
neHCuoHEpa opened this issue Nov 2, 2022 · 0 comments
Closed

"anyView" on MacOS in InternalWrappingHStack #32

neHCuoHEpa opened this issue Nov 2, 2022 · 0 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@neHCuoHEpa
Copy link

Describe the bug
When try to run the library 2.2.4 on MacOS an error is presented on following line:

@inline(__always) static func isVisible(view: AnyView) -> Bool { ... return NSHostingController(rootView: anyView).sizeThatFits(in: CGSize(width: CGFloat.greatestFiniteMagnitude, height: CGFloat.greatestFiniteMagnitude)).width > 0 ... }

@neHCuoHEpa neHCuoHEpa added bug Something isn't working help wanted Extra attention is needed labels Nov 2, 2022
@dkk dkk closed this as completed in 8bcb404 Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants