concerto icon indicating copy to clipboard operation
concerto copied to clipboard

Decorators can reference concepts that are not imported

Open dselman opened this issue 1 year ago • 0 comments

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]

Detailed Description

Possible Implementation

dselman avatar Sep 20 '24 17:09 dselman