We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f804b6c commit 701ad3fCopy full SHA for 701ad3f
lib/src/utils.ts
@@ -85,7 +85,6 @@ export const initWithPlugins = <T>(
85
value?: ValueType<T>,
86
plugins: Plugin<T>[] = [],
87
doNotInit = false,
88
- ...fields: string[]
89
) => {
90
value = value instanceof Function ? value() : value;
91
if (doNotInit) {
0 commit comments