-
Notifications
You must be signed in to change notification settings - Fork 826
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
A lone Static
results in a TooManyMatches
error when using query_one
#2723
Comments
davep
added a commit
to davep/textual-sandbox
that referenced
this issue
Jun 2, 2023
Looks like the problem is that the new |
Ahh. Good call. Might have to think about how to do things like tooltips without being visible in the DOM. |
davep
added a commit
to davep/textual
that referenced
this issue
Jun 8, 2023
willmcgugan
pushed a commit
that referenced
this issue
Jun 8, 2023
Don't forget to star the repository! Follow @textualizeio for Textual updates. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've not dived into this beyond knocking up this example to isolate what I saw (about to head out of the door but wanted to record this as a reminder). With 0.27.0 (perhaps before too, just noting the version here for the record), this code:
results in a
TooManyMatches
error being raised from thequery_one
. With very early testing this only seems to be the case withStatic
(at least, I tested withLabel
andButton
and they're fine).I think most people would rightly find this surprising.
The text was updated successfully, but these errors were encountered: