Skip to content

Instantly share code, notes, and snippets.

View calebmeyer's full-sized avatar
:atom:
Working from home

Caleb Meyer calebmeyer

:atom:
Working from home
View GitHub Profile
@calebmeyer
calebmeyer / Debug.js
Created July 26, 2023 16:58 — forked from thiagobutignon/Debug.js
Debug Formik
import React from 'react';
import {FormikConsumer} from 'formik';
export const Debug = () => (
<div
style={{
background: '#f6f8fa',
borderRadius: 4,
boxShadow: '0 0 1px #eee inset',
margin: '3rem 0'