-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Improve error message on components with invalid prop names #1074
Conversation
Tests are passing now 🎉 |
CHANGELOG.md
Outdated
@@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). | |||
|
|||
### Fixed | |||
- [#1037](https://github.com/plotly/dash/pull/1037) Fix no_update test to allow copies, such as those stored and retrieved from a cache. | |||
- [#1074](https://github.com/plotly/dash/pull/1045) Error messages when providing an incorrect property to a component have been improved: they now specify the component type, library, version, and ID (if available). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a big deal, but I wouldn't call this "Fixed", I'd call it "Changed." Fixed should refer to bugs only.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in 4abe0b8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Beautiful. 💃
yeah that one has been doing that forever. would be great to figure out why and 🔒 it, but somehow the cause wasn't obvious to me last time I looked. |
#1045 but rebased off of
dev