concerto
concerto copied to clipboard
Decorators can reference concepts that are not imported
Bug Report 🐛
It is possible to create a decorator that references a type that has not been imported.
Expected Behavior
Decorators should only be able to reference imported types. Referencing a type that has not been imported should cause a validation error.
Current Behavior
No validation error
Possible Solution
Steps to Reproduce
Context (Environment)
Desktop
- OS: [e.g. macOS]
- Browser: [e.g. Chrome, Safari]
- Version: [e.g. 0.22.15]