We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b185652 commit 4528f34Copy full SHA for 4528f34
1 file changed
src/apply.ts
@@ -146,5 +146,5 @@ export function apply<
146
return create<T, F>(state, mutate, {
147
...applyOptions,
148
enablePatches: false,
149
- }) as any;
+ }) as T as ApplyResult<T, F, A>;
150
}
0 commit comments