-
-
Notifications
You must be signed in to change notification settings - Fork 163
Open
Description
In v4, there was no issue using registerModifier with TypeScript. In v5, however, types are no longer correctly inferred.
| v4 | v5 |
|---|---|
![]() |
![]() |
It can also be seen in this example snippet:
| function benchmarkModifier(taskFactory, option) { |
When using TypeScript, the type of the taskFactory is not inferred, and properties like name, taskDefinition, or setTaskDefinition are not recognized.
Metadata
Metadata
Assignees
Labels
No labels

