From 6ff38df1ce8b799069cf3215ac7c734e75f2eb26 Mon Sep 17 00:00:00 2001 From: honzapatCZ Date: Wed, 18 Sep 2024 19:55:54 +0200 Subject: [PATCH] revert a weird formik change --- Parts/Input.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Parts/Input.js b/Parts/Input.js index 5884dc2..1b38a31 100644 --- a/Parts/Input.js +++ b/Parts/Input.js @@ -1,9 +1,9 @@ import React from "react"; import tw, { styled } from "twin.macro"; -//import { useField as useFormikField, useFormikContext } from "formik"; -const useFormikField = null; -const useFormikContext = ()=>{}; +import { useField as useFormikField, useFormikContext } from "formik"; +//const useFormikField = null; +//const useFormikContext = ()=>{}; export function useField(props){ let getField = useFormikField;