Validate component calls in HEEx templates
Open
bug
- Dominant language
- Elixir
- Stars
- 1.3k
- Forks
- 134
- PR merge metrics
- No merged PRs in 30d
Description
Adding an undefined component should warn and _not_ save the template.
For example adding `<. whatever />` into a page template, and assuming that component doesn't exist anywhere, it should not let the user save the page and display a compilation error, similar to when a template syntax is invalid.
Contributor guide
Assessment
This issue has not been assessed yet.