revert a weird formik change

This commit is contained in:
honzapatCZ 2024-09-18 19:55:54 +02:00
parent 15e51d5e59
commit 6ff38df1ce

View File

@ -1,9 +1,9 @@
import React from "react"; import React from "react";
import tw, { styled } from "twin.macro"; import tw, { styled } from "twin.macro";
//import { useField as useFormikField, useFormikContext } from "formik"; import { useField as useFormikField, useFormikContext } from "formik";
const useFormikField = null; //const useFormikField = null;
const useFormikContext = ()=>{}; //const useFormikContext = ()=>{};
export function useField(props){ export function useField(props){
let getField = useFormikField; let getField = useFormikField;