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
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
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: