revert a weird formik change
This commit is contained in:
parent
15e51d5e59
commit
6ff38df1ce
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user