-
Notifications
You must be signed in to change notification settings - Fork 799
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
Widgets rendering now returns __repr__ instead of rendered version in 0.87.1 #5285
Comments
If this is expected, what would be the way to get the rendered version after |
That is expected from anything that extends |
Great, that works! Thanks a lot @willmcgugan ❤️ |
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
Have you checked closed issues? https://github.com/Textualize/textual/issues?q=is%3Aissue+is%3Aclosed
Looks like after the 0.87.1 release some widgets are returning the
__repr__
instead of the rendered text when therender()
method is called. For example:0.87.1
before:
I couldn't find this change in the changeling here
The text was updated successfully, but these errors were encountered: