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

rxui.number type hints error #173

Closed
CrystalWindSnake opened this issue Mar 21, 2024 · 0 comments · Fixed by #184
Closed

rxui.number type hints error #173

CrystalWindSnake opened this issue Mar 21, 2024 · 0 comments · Fixed by #184
Labels
bug Something isn't working enhancement New feature or request

Comments

@CrystalWindSnake
Copy link
Owner

value = deep_ref(1)
rxui.number("number", min=0, max=100, step=1, value=value)

type hints error

Unable to assign parameter of type "Ref[int]" to parameter "value" of type "_TMaybeRef[float] | None" in function "__init__".
@CrystalWindSnake CrystalWindSnake added bug Something isn't working enhancement New feature or request labels Mar 21, 2024
@CrystalWindSnake CrystalWindSnake linked a pull request May 14, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant