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

Warning in Xcode 14.0.1 in the Extension BottomSheetView + KeyboardHeight #106

Closed
timroeringDB opened this issue Oct 20, 2022 · 3 comments
Closed
Labels
bug Something isn't working

Comments

@timroeringDB
Copy link

Describe the bug
When the App compiles it throws the warning "Publishing changes from within view updates is not allowed, this will cause undefined behavior." in Line 40 of BottomSheetView + KeyboardHeight

Expected behavior
There are no warnings.

Screenshots
image

Target version

  • Environment: iOS
  • Version: 3.1.0
@lucaszischka lucaszischka added the bug Something isn't working label Oct 20, 2022
@s-hintz
Copy link

s-hintz commented Oct 20, 2022

This should be fixable with:

DispatchQueue.main.async {
    value = 0
}

@milanrada
Copy link

+1

1 similar comment
@moyerr
Copy link

moyerr commented Jun 23, 2023

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants