-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Dash flow tests errors. #319
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
Comments
dash/dash/development/base_component.py Lines 530 to 548 in 1f27bac
Dash thinks Since 0.23.1 dash will try to set We can either:
@nicolaskruchten @chriddyp which solution is sufficient for I'll also see where we can throw a better error message so this issue doesn't come up in the future. |
This seems reasonable to me. I think that this is how I thought things worked anyway. I don't think that this has any implications besides for Python validation. I'd like to think about this for a couple of more days just to make sure that there aren't any other long term implications of this. cc @plotly/dash as well |
The original use case for wildcards was only to add functionality for the I don't see any technical reason for limiting wildcards, but I also can't really think of a use case where wildcard attributes are necessary. For example, if you re-implemented a HTML component you could just use |
Hi - we are tidying up stale issues and PRs in Plotly's public repositories so that we can focus on things that are most important to our community. If this issue is still a concern, please add a comment letting us know what recent version of our software you've checked it with so that I can reopen it and add it to our backlog. (Please note that we will give priority to reports that include a short reproducible example.) If you'd like to submit a PR, we'd be happy to prioritize a review, and if it's a request for tech support, please post in our community forum. Thank you - @gvwilson |
Running the tests locally, I get this SyntaxError:
The invalid part:
encrypted_*=Component.UNDEFINED,
, cannot have a*
in a explicit keyword arg (would work in dict passed as kwargs).When I comment the
import dash_flow_example
, it works and it somehow works on circleci.The text was updated successfully, but these errors were encountered: