feat: Make config of the config top

This commit is contained in:
BluJ
2023-05-02 17:36:23 -06:00
parent c8cb6b9a38
commit 513ef55633
9 changed files with 42 additions and 50 deletions

View File

@@ -260,7 +260,7 @@ export class List<Type, WD> {
required: false,
})
return topConfig<WrapperData>()({
return Config.of<WrapperData>()({
myValue: a.withWrapperData(),
})
```