Skip to content

Commit

Permalink
add missing ErrorMessage import (jaredpalmer#2960)
Browse files Browse the repository at this point in the history
  • Loading branch information
lenybernard authored Dec 18, 2020
1 parent 750ded5 commit 95e7ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/withFormik.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import * as Yup from 'yup';
import { withFormik } from '../src/formik';
import { withFormik, ErrorMessage } from '../src/formik';
import { Debug } from './Debug';

const formikEnhancer = withFormik({
Expand Down

0 comments on commit 95e7ea4

Please sign in to comment.