You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 thatfake_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
The text was updated successfully, but these errors were encountered: