Skip to content

Commit 29cd4d5

Browse files
committed
chore: don't break legacy object/array type strictness
1 parent 40c7abc commit 29cd4d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/types/Config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export type Config<
211211
any
212212
>
213213
? ConfigInternal<ParamComponents, ParamRoot, ParamCategoryName[number], {}>
214-
: ConfigInternal<PropsOrParams, RootProps, CategoryName, Field>;
214+
: ConfigInternal<PropsOrParams, RootProps, CategoryName>;
215215

216216
export type ExtractConfigParams<UserConfig extends ConfigInternal> =
217217
UserConfig extends ConfigInternal<

0 commit comments

Comments
 (0)