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

Handle console error gracefully when mislabeled form control #15

Open
cameronpettit opened this issue Jun 6, 2024 · 0 comments
Open
Labels
developer QOL Improves developer quality of life.

Comments

@cameronpettit
Copy link
Contributor

Common fatal error occurs when trying to bind the [control] directive to a non-existent form control, such as in the event of a typo. The error loops until stack limit is reached which bogs down developers.

Make console.warn() show when this error happens and break the loop. If possible, identify which controls have typo.

@cameronpettit cameronpettit added the developer QOL Improves developer quality of life. label Jun 6, 2024
@cameronpettit cameronpettit changed the title Make error clearer when mislabeled form control Handle console error gracefully when mislabeled form control Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
developer QOL Improves developer quality of life.
Projects
None yet
Development

No branches or pull requests

1 participant