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

Inform developers if they try to update a component or that does not exist. #2214

Open
mtanco opened this issue Dec 6, 2023 · 0 comments
Open
Labels
devx Related to developer experience feature Feature request

Comments

@mtanco
Copy link
Contributor

mtanco commented Dec 6, 2023

Is your feature request related to a problem? Please describe

When developing, especially large projects, users may try to update a component name and get no results because they have a typo. Today, wave will happily let you do q.page["my_card"].fake_component.content = "hi!" and give you no feedback that fake_component does not exist.

Describe the solution you'd like

A warning in my app code logs that says I am updating a component name that does not exist.
A warning in my app code logs that says I am updating a component name that does exist but the parameter I am updating does not.

Ideally this would happen wherever I am developing: PyCharm, VS Code, Wave IDE

@mtanco mtanco added feature Feature request devx Related to developer experience labels Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devx Related to developer experience feature Feature request
Projects
None yet
Development

No branches or pull requests

1 participant