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

Consider adding the ability to warn and return null for fields that are missing #368

Open
rbalicki2 opened this issue Feb 6, 2025 · 0 comments

Comments

@rbalicki2
Copy link
Collaborator

rbalicki2 commented Feb 6, 2025

  • it might be nice to be able to select non-existent fields, and have them return null, instead of failing to compile (in dev mode), because the workflow of "create parent component -> select non-existent child component -> refresh page to see parent component sorta working -> write the child component" is nice
  • alternatively, maybe an annotation on a selection "@todo" that errors in prod mode but not in dev mode
  • this might be less of a need once we have the language server, because you will be able to select the child component and use an autofix to create the child component. NICE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant