chore: type fix

This commit is contained in:
James
2023-04-17 21:40:56 -04:00
parent 5a6447805f
commit cb9ca3e4c9

View File

@@ -42,6 +42,7 @@ const initialContextState: Context = {
disabled: false, disabled: false,
formRef: null, formRef: null,
reset, reset,
replaceState: () => undefined,
}; };
export default initialContextState; export default initialContextState;