creates
and uses
cannot infer model type when given closures
#3861
Labels
creates
and uses
cannot infer model type when given closures
#3861
See screenshot below. When model class is passed directly,
creates
anduses
accurately infer its type. However, when a closure that returns a model class is used, the inferred return type isCreatesSpec<any>
/UsesSpec<any>
:The text was updated successfully, but these errors were encountered: